#D6DBB3

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

Shades of Orinoco #D6DBB3

Tints of Orinoco #D6DBB3

Color information

#D6DBB3 (or 0xD6DBB3) is unknown color: approx Orinoco. HEX triplet: D6, DB and B3. RGB value is (214,219,179). Sum of RGB (Red+Green+Blue) = 214+219+179=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBB3 is #29244C. Grayscale: #D5D5D5. Windows color (decimal): -2696269 or 11787222. OLE color: 11787222.

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

Color convert

RGB214219179-
CMYK0.0200.180.14
HSL67.5º35.71%78.04%-
HSV(B)67.5º18.26%85.88%-
XYZ61.268.2152.59-
YUV212.94108.84128.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=34.97%
G=35.78%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191790.0200.180.1467.535.7178.04
HexD6DBB32012E44244e
Octal32633326320221610444116
Binary11010110110110111011001110010010111010001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBB3; }

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

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

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

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

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

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

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

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