#D0CEA7

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

Shades of Orinoco #D0CEA7

Tints of Orinoco #D0CEA7

Color information

#D0CEA7 (or 0xD0CEA7) is unknown color: approx Orinoco. HEX triplet: D0, CE and A7. RGB value is (208,206,167). Sum of RGB (Red+Green+Blue) = 208+206+167=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA7 is #2F3158. Grayscale: #CACACA. Windows color (decimal): -3092825 or 10997456. OLE color: 10997456.

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

Color convert

RGB208206167-
CMYK00.010.200.18
HSL57.07º30.37%73.53%-
HSV(B)57.07º19.71%81.57%-
XYZ55.0660.3445.3-
YUV202.15108.16132.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 167 (65.62% from 255) = 28.74%
R=35.80%
G=35.46%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820616700.010.200.1857.0730.3773.53
HexD0CEA7011412391e4a
Octal3203162470124227136112
Binary110100001100111010100111011010010010111001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEA7; }

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

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

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

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

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

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

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

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