#D6DEB2

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

Shades of Orinoco #D6DEB2

Tints of Orinoco #D6DEB2

Color information

#D6DEB2 (or 0xD6DEB2) is unknown color: approx Orinoco. HEX triplet: D6, DE and B2. RGB value is (214,222,178). Sum of RGB (Red+Green+Blue) = 214+222+178=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEB2 is #29214D. Grayscale: #D6D6D6. Windows color (decimal): -2695502 or 11722454. OLE color: 11722454.

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

Color convert

RGB214222178-
CMYK0.0400.200.13
HSL70.91º40%78.43%-
HSV(B)70.91º19.82%87.06%-
XYZ61.8969.7552.32-
YUV214.59107.35127.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 178 (69.92% from 255) = 28.99%
R=34.85%
G=36.16%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221780.0400.200.1370.914078.43
HexD6DEB24014D47284e
Octal32633626240241510750116
Binary110101101101111010110010100010100110110001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEB2; }

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

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

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

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

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

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

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

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