#D9DCB4

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

Shades of Orinoco #D9DCB4

Tints of Orinoco #D9DCB4

Color information

#D9DCB4 (or 0xD9DCB4) is unknown color: approx Orinoco. HEX triplet: D9, DC and B4. RGB value is (217,220,180). Sum of RGB (Red+Green+Blue) = 217+220+180=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCB4 is #26234B. Grayscale: #D6D6D6. Windows color (decimal): -2499404 or 11853017. OLE color: 11853017.

HSL color Cylindrical-coordinate representation of color #D9DCB4: hue angle of 64.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9DCB4 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB217220180-
CMYK0.0100.180.14
HSL64.5º36.36%78.43%-
HSV(B)64.5º18.18%86.27%-
XYZ62.4569.2353.25-
YUV214.54108.51129.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=35.17%
G=35.66%
B=29.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201800.0100.180.1464.536.3678.43
HexD9DCB41012E40244e
Octal33133426410221610044116
Binary1101100111011100101101001010010111010000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCB4; }

 p { color: rgb(217,220,180); }

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

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

 a { background-color: rgb(217,220,180); }

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

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

 span { border-color: rgb(217,220,180); }

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