#D0CEA9

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

Shades of Orinoco #D0CEA9

Tints of Orinoco #D0CEA9

Color information

#D0CEA9 (or 0xD0CEA9) is unknown color: approx Orinoco. HEX triplet: D0, CE and A9. RGB value is (208,206,169). Sum of RGB (Red+Green+Blue) = 208+206+169=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA9 is #2F3156. Grayscale: #CACACA. Windows color (decimal): -3092823 or 11128528. OLE color: 11128528.

HSL color Cylindrical-coordinate representation of color #D0CEA9: hue angle of 56.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CEA9 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208206169-
CMYK00.010.190.18
HSL56.92º29.32%73.92%-
HSV(B)56.92º18.75%81.57%-
XYZ55.2560.4246.29-
YUV202.38109.16132.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 169 (66.41% from 255) = 28.99%
R=35.68%
G=35.33%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820616900.010.190.1856.9229.3273.92
HexD0CEA9011312391d4a
Octal3203162510123227135112
Binary110100001100111010101001011001110010111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEA9; }

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

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

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

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

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

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

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

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