#D6DEAD

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

Shades of Orinoco #D6DEAD

Tints of Orinoco #D6DEAD

Color information

#D6DEAD (or 0xD6DEAD) is unknown color: approx Orinoco. HEX triplet: D6, DE and AD. RGB value is (214,222,173). Sum of RGB (Red+Green+Blue) = 214+222+173=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAD is #292152. Grayscale: #D6D6D6. Windows color (decimal): -2695507 or 11394774. OLE color: 11394774.

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

Color convert

RGB214222173-
CMYK0.0400.220.13
HSL69.8º42.61%77.45%-
HSV(B)69.8º22.07%87.06%-
XYZ61.469.5649.72-
YUV214.02104.85127.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=35.14%
G=36.45%
B=28.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221730.0400.220.1369.842.6177.45
HexD6DEAD4016D462b4d
Octal32633625540261510653115
Binary110101101101111010101101100010110110110001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEAD; }

 p { color: rgb(214,222,173); }

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

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

 a { background-color: rgb(214,222,173); }

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

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

 span { border-color: rgb(214,222,173); }

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