#D9DAAC

Color #D9DAAC Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #D9DAAC

Tints of Orinoco #D9DAAC

Color information

#D9DAAC (or 0xD9DAAC) is unknown color: approx Orinoco. HEX triplet: D9, DA and AC. RGB value is (217,218,172). Sum of RGB (Red+Green+Blue) = 217+218+172=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DAAC is #262553. Grayscale: #D4D4D4. Windows color (decimal): -2499924 or 11328217. OLE color: 11328217.

HSL color Cylindrical-coordinate representation of color #D9DAAC: hue angle of 61.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9DAAC is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217218172-
CMYK0.0000.210.15
HSL61.3º38.33%76.47%-
HSV(B)61.3º21.1%85.49%-
XYZ61.1367.8748.91-
YUV212.46105.17131.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=35.75%
G=35.91%
B=28.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181720.0000.210.1561.338.3376.47
HexD9DAAC0015F3d264c
Octal3313322540025177546114
Binary110110011101101010101100001010111111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAAC; }

 p { color: rgb(217,218,172); }

 H1.HeaderClassName
 {
   color: #D9DAAC;
 }
 .AnyTagClassName
 {
   color: #D9DAAC;
 }
</style>
background-color css

<style>
 a { background-color: #D9DAAC; }

 a { background-color: rgb(217,218,172); }

 div.DivClassName
 {
   background-color: #D9DAAC;
 }
 .BgClassName
 {
   background-color: #D9DAAC;
 }
</style>
border-color css

<style>
 span { border-color: #D9DAAC; }

 span { border-color: rgb(217,218,172); }

 td.TdClassName
 {
   border-color: #D9DAAC;
 }
 .TagClassName
 {
   border-color: #D9DAAC;
 }
</style>