#D6DEAE

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

Shades of Orinoco #D6DEAE

Tints of Orinoco #D6DEAE

Color information

#D6DEAE (or 0xD6DEAE) is unknown color: approx Orinoco. HEX triplet: D6, DE and AE. RGB value is (214,222,174). Sum of RGB (Red+Green+Blue) = 214+222+174=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAE is #292151. Grayscale: #D6D6D6. Windows color (decimal): -2695506 or 11460310. OLE color: 11460310.

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

Color convert

RGB214222174-
CMYK0.0400.220.13
HSL70º42.11%77.65%-
HSV(B)70º21.62%87.06%-
XYZ61.4969.5950.24-
YUV214.14105.35127.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=35.08%
G=36.39%
B=28.52%

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
Decimal2142221740.0400.220.137042.1177.65
HexD6DEAE4016D462a4e
Octal32633625640261510652116
Binary110101101101111010101110100010110110110001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEAE; }

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

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

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

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

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

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

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

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