#D0CEAC

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

Shades of Orinoco #D0CEAC

Tints of Orinoco #D0CEAC

Color information

#D0CEAC (or 0xD0CEAC) is unknown color: approx Orinoco. HEX triplet: D0, CE and AC. RGB value is (208,206,172). Sum of RGB (Red+Green+Blue) = 208+206+172=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEAC is #2F3153. Grayscale: #CACACA. Windows color (decimal): -3092820 or 11325136. OLE color: 11325136.

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

Color convert

RGB208206172-
CMYK00.010.170.18
HSL56.67º27.69%74.51%-
HSV(B)56.67º17.31%81.57%-
XYZ55.5360.5347.79-
YUV202.72110.66131.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=35.49%
G=35.15%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820617200.010.170.1856.6727.6974.51
HexD0CEAC011112391c4b
Octal3203162540121227134113
Binary110100001100111010101100011000110010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEAC; }

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

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

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

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

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

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

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

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