#D4D8AE

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

Shades of Orinoco #D4D8AE

Tints of Orinoco #D4D8AE

Color information

#D4D8AE (or 0xD4D8AE) is unknown color: approx Orinoco. HEX triplet: D4, D8 and AE. RGB value is (212,216,174). Sum of RGB (Red+Green+Blue) = 212+216+174=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D8AE is #2B2751. Grayscale: #D2D2D2. Windows color (decimal): -2828114 or 11458772. OLE color: 11458772.

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

Color convert

RGB212216174-
CMYK0.0200.190.15
HSL65.71º35%76.47%-
HSV(B)65.71º19.44%84.71%-
XYZ59.3566.1649.69-
YUV210.02107.67129.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=35.22%
G=35.88%
B=28.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122161740.0200.190.1565.713576.47
HexD4D8AE2013F42234c
Octal32433025620231710243114
Binary11010100110110001010111010010011111110000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D8AE; }

 p { color: rgb(212,216,174); }

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

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

 a { background-color: rgb(212,216,174); }

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

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

 span { border-color: rgb(212,216,174); }

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