#D4D9AD

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

Shades of Orinoco #D4D9AD

Tints of Orinoco #D4D9AD

Color information

#D4D9AD (or 0xD4D9AD) is unknown color: approx Orinoco. HEX triplet: D4, D9 and AD. RGB value is (212,217,173). Sum of RGB (Red+Green+Blue) = 212+217+173=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D9AD is #2B2652. Grayscale: #D2D2D2. Windows color (decimal): -2827859 or 11393492. OLE color: 11393492.

HSL color Cylindrical-coordinate representation of color #D4D9AD: hue angle of 66.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4D9AD is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB212217173-
CMYK0.0200.200.15
HSL66.82º36.67%76.47%-
HSV(B)66.82º20.28%85.1%-
XYZ59.5166.6449.26-
YUV210.49106.84129.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=35.22%
G=36.05%
B=28.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171730.0200.200.1566.8236.6776.47
HexD4D9AD2014F43254c
Octal32433125520241710345114
Binary11010100110110011010110110010100111110000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D9AD; }

 p { color: rgb(212,217,173); }

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

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

 a { background-color: rgb(212,217,173); }

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

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

 span { border-color: rgb(212,217,173); }

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