#D8DDAF

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

Shades of Orinoco #D8DDAF

Tints of Orinoco #D8DDAF

Color information

#D8DDAF (or 0xD8DDAF) is unknown color: approx Orinoco. HEX triplet: D8, DD and AF. RGB value is (216,221,175). Sum of RGB (Red+Green+Blue) = 216+221+175=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAF is #272250. Grayscale: #D6D6D6. Windows color (decimal): -2564689 or 11525592. OLE color: 11525592.

HSL color Cylindrical-coordinate representation of color #D8DDAF: hue angle of 66.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8DDAF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB216221175-
CMYK0.0200.210.13
HSL66.52º40.35%77.65%-
HSV(B)66.52º20.81%86.67%-
XYZ61.9169.4150.69-
YUV214.26105.84129.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=35.29%
G=36.11%
B=28.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211750.0200.210.1366.5240.3577.65
HexD8DDAF2015D43284e
Octal33033525720251510350116
Binary11011000110111011010111110010101110110000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDAF; }

 p { color: rgb(216,221,175); }

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

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

 a { background-color: rgb(216,221,175); }

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

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

 span { border-color: rgb(216,221,175); }

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