#D9DBB0

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

Shades of Orinoco #D9DBB0

Tints of Orinoco #D9DBB0

Color information

#D9DBB0 (or 0xD9DBB0) is unknown color: approx Orinoco. HEX triplet: D9, DB and B0. RGB value is (217,219,176). Sum of RGB (Red+Green+Blue) = 217+219+176=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBB0 is #26244F. Grayscale: #D5D5D5. Windows color (decimal): -2499664 or 11590617. OLE color: 11590617.

HSL color Cylindrical-coordinate representation of color #D9DBB0: hue angle of 62.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9DBB0 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB217219176-
CMYK0.0100.200.14
HSL62.79º37.39%77.45%-
HSV(B)62.79º19.63%85.88%-
XYZ61.7868.5551.05-
YUV213.5106.84130.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=35.46%
G=35.78%
B=28.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191760.0100.200.1462.7937.3977.45
HexD9DBB01014E3f254d
Octal3313332601024167745115
Binary110110011101101110110000101010011101111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBB0; }

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

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

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

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

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

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

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

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