#D2DBA9

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

Shades of Orinoco #D2DBA9

Tints of Orinoco #D2DBA9

Color information

#D2DBA9 (or 0xD2DBA9) is unknown color: approx Orinoco. HEX triplet: D2, DB and A9. RGB value is (210,219,169). Sum of RGB (Red+Green+Blue) = 210+219+169=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBA9 is #2D2456. Grayscale: #D2D2D2. Windows color (decimal): -2958423 or 11131858. OLE color: 11131858.

HSL color Cylindrical-coordinate representation of color #D2DBA9: hue angle of 70.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2DBA9 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB210219169-
CMYK0.0400.230.14
HSL70.8º40.98%76.08%-
HSV(B)70.8º22.83%85.88%-
XYZ59.0767.2347.4-
YUV210.61104.52127.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=35.12%
G=36.62%
B=28.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191690.0400.230.1470.840.9876.08
HexD2DBA94017E47294c
Octal32233325140271610751114
Binary110100101101101110101001100010111111010001111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBA9; }

 p { color: rgb(210,219,169); }

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

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

 a { background-color: rgb(210,219,169); }

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

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

 span { border-color: rgb(210,219,169); }

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