#D6DBB5

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

Shades of Orinoco #D6DBB5

Tints of Orinoco #D6DBB5

Color information

#D6DBB5 (or 0xD6DBB5) is unknown color: approx Orinoco. HEX triplet: D6, DB and B5. RGB value is (214,219,181). Sum of RGB (Red+Green+Blue) = 214+219+181=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBB5 is #29244A. Grayscale: #D5D5D5. Windows color (decimal): -2696267 or 11918294. OLE color: 11918294.

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

Color convert

RGB214219181-
CMYK0.0200.170.14
HSL67.89º34.55%78.43%-
HSV(B)67.89º17.35%85.88%-
XYZ61.468.353.66-
YUV213.17109.84128.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=34.85%
G=35.67%
B=29.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191810.0200.170.1467.8934.5578.43
HexD6DBB52011E44234e
Octal32633326520211610443116
Binary11010110110110111011010110010001111010001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBB5; }

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

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

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

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

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

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

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

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