#D4DCA0

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

Shades of Orinoco #D4DCA0

Tints of Orinoco #D4DCA0

Color information

#D4DCA0 (or 0xD4DCA0) is unknown color: approx Orinoco. HEX triplet: D4, DC and A0. RGB value is (212,220,160). Sum of RGB (Red+Green+Blue) = 212+220+160=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCA0 is #2B235F. Grayscale: #D2D2D2. Windows color (decimal): -2827104 or 10542292. OLE color: 10542292.

HSL color Cylindrical-coordinate representation of color #D4DCA0: hue angle of 68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4DCA0 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB212220160-
CMYK0.0400.270.14
HSL68º46.15%74.51%-
HSV(B)68º27.27%86.27%-
XYZ59.0967.7243.21-
YUV210.7799.35128.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 160 (62.89% from 255) = 27.03%
R=35.81%
G=37.16%
B=27.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201600.0400.270.146846.1574.51
HexD4DCA0401BE442e4b
Octal32433424040331610456113
Binary110101001101110010100000100011011111010001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCA0; }

 p { color: rgb(212,220,160); }

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

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

 a { background-color: rgb(212,220,160); }

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

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

 span { border-color: rgb(212,220,160); }

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