#D0DCA9

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

Shades of Orinoco #D0DCA9

Tints of Orinoco #D0DCA9

Color information

#D0DCA9 (or 0xD0DCA9) is unknown color: approx Orinoco. HEX triplet: D0, DC and A9. RGB value is (208,220,169). Sum of RGB (Red+Green+Blue) = 208+220+169=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCA9 is #2F2356. Grayscale: #D2D2D2. Windows color (decimal): -3089239 or 11132112. OLE color: 11132112.

HSL color Cylindrical-coordinate representation of color #D0DCA9: hue angle of 74.12º degrees, saturation: 0.42, 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 #D0DCA9 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB208220169-
CMYK0.0500.230.14
HSL74.12º42.15%76.27%-
HSV(B)74.12º23.18%86.27%-
XYZ58.7767.4647.46-
YUV210.6104.52126.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=34.84%
G=36.85%
B=28.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201690.0500.230.1474.1242.1576.27
HexD0DCA95017E4a2a4c
Octal32033425150271611252114
Binary110100001101110010101001101010111111010010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCA9; }

 p { color: rgb(208,220,169); }

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

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

 a { background-color: rgb(208,220,169); }

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

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

 span { border-color: rgb(208,220,169); }

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