#D4DDA2

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

Shades of Orinoco #D4DDA2

Tints of Orinoco #D4DDA2

Color information

#D4DDA2 (or 0xD4DDA2) is unknown color: approx Orinoco. HEX triplet: D4, DD and A2. RGB value is (212,221,162). Sum of RGB (Red+Green+Blue) = 212+221+162=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DDA2 is #2B225D. Grayscale: #D3D3D3. Windows color (decimal): -2826846 or 10673620. OLE color: 10673620.

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

Color convert

RGB212221162-
CMYK0.0400.270.13
HSL69.15º46.46%75.1%-
HSV(B)69.15º26.7%86.67%-
XYZ59.5368.3244.23-
YUV211.58100.02128.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 162 (63.67% from 255) = 27.23%
R=35.63%
G=37.14%
B=27.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211620.0400.270.1369.1546.4675.1
HexD4DDA2401BD452e4b
Octal32433524240331510556113
Binary110101001101110110100010100011011110110001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDA2; }

 p { color: rgb(212,221,162); }

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

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

 a { background-color: rgb(212,221,162); }

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

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

 span { border-color: rgb(212,221,162); }

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