#D6DB9F

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

Shades of Orinoco #D6DB9F

Tints of Orinoco #D6DB9F

Color information

#D6DB9F (or 0xD6DB9F) is unknown color: approx Orinoco. HEX triplet: D6, DB and 9F. RGB value is (214,219,159). Sum of RGB (Red+Green+Blue) = 214+219+159=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB9F is #292460. Grayscale: #D2D2D2. Windows color (decimal): -2696289 or 10476502. OLE color: 10476502.

HSL color Cylindrical-coordinate representation of color #D6DB9F: hue angle of 65º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6DB9F is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB214219159-
CMYK0.0200.270.14
HSL65º45.45%74.12%-
HSV(B)65º27.4%85.88%-
XYZ59.3267.4642.7-
YUV210.6698.84130.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=36.15%
G=36.99%
B=26.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191590.0200.270.146545.4574.12
HexD6DB9F201BE412d4a
Octal32633323720331610155112
Binary11010110110110111001111110011011111010000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB9F; }

 p { color: rgb(214,219,159); }

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

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

 a { background-color: rgb(214,219,159); }

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

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

 span { border-color: rgb(214,219,159); }

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