#D6DD9F

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

Shades of Orinoco #D6DD9F

Tints of Orinoco #D6DD9F

Color information

#D6DD9F (or 0xD6DD9F) is unknown color: approx Orinoco. HEX triplet: D6, DD and 9F. RGB value is (214,221,159). Sum of RGB (Red+Green+Blue) = 214+221+159=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD9F is #292260. Grayscale: #D4D4D4. Windows color (decimal): -2695777 or 10477014. OLE color: 10477014.

HSL color Cylindrical-coordinate representation of color #D6DD9F: hue angle of 66.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6DD9F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB214221159-
CMYK0.0300.280.13
HSL66.77º47.69%74.51%-
HSV(B)66.77º28.05%86.67%-
XYZ59.8568.5142.87-
YUV211.8498.18129.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=36.03%
G=37.21%
B=26.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211590.0300.280.1366.7747.6974.51
HexD6DD9F301CD43304b
Octal32633523730341510360113
Binary11010110110111011001111111011100110110000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD9F; }

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

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

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

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

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

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

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

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