#D0CEA5

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

Shades of Orinoco #D0CEA5

Tints of Orinoco #D0CEA5

Color information

#D0CEA5 (or 0xD0CEA5) is unknown color: approx Orinoco. HEX triplet: D0, CE and A5. RGB value is (208,206,165). Sum of RGB (Red+Green+Blue) = 208+206+165=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA5 is #2F315A. Grayscale: #CACACA. Windows color (decimal): -3092827 or 10866384. OLE color: 10866384.

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

Color convert

RGB208206165-
CMYK00.010.210.18
HSL57.21º31.39%73.14%-
HSV(B)57.21º20.67%81.57%-
XYZ54.8860.2744.34-
YUV201.92107.16132.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=35.92%
G=35.58%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820616500.010.210.1857.2131.3973.14
HexD0CEA5011512391f49
Octal3203162450125227137111
Binary110100001100111010100101011010110010111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEA5; }

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

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

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

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

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

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

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

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