#D9DBB4

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

Shades of Orinoco #D9DBB4

Tints of Orinoco #D9DBB4

Color information

#D9DBB4 (or 0xD9DBB4) is unknown color: approx Orinoco. HEX triplet: D9, DB and B4. RGB value is (217,219,180). Sum of RGB (Red+Green+Blue) = 217+219+180=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBB4 is #26244B. Grayscale: #D6D6D6. Windows color (decimal): -2499660 or 11852761. OLE color: 11852761.

HSL color Cylindrical-coordinate representation of color #D9DBB4: hue angle of 63.08º degrees, saturation: 0.35, 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 #D9DBB4 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB217219180-
CMYK0.0100.180.14
HSL63.08º35.14%78.24%-
HSV(B)63.08º17.81%85.88%-
XYZ62.1968.7153.16-
YUV213.96108.84130.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=35.23%
G=35.55%
B=29.22%

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
Decimal2172191800.0100.180.1463.0835.1478.24
HexD9DBB41012E3f234e
Octal3313332641022167743116
Binary110110011101101110110100101001011101111111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBB4; }

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

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

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

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

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

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

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

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