#D2DBB0

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

Shades of Orinoco #D2DBB0

Tints of Orinoco #D2DBB0

Color information

#D2DBB0 (or 0xD2DBB0) is unknown color: approx Orinoco. HEX triplet: D2, DB and B0. RGB value is (210,219,176). Sum of RGB (Red+Green+Blue) = 210+219+176=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBB0 is #2D244F. Grayscale: #D3D3D3. Windows color (decimal): -2958416 or 11590610. OLE color: 11590610.

HSL color Cylindrical-coordinate representation of color #D2DBB0: hue angle of 72.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2DBB0 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB210219176-
CMYK0.0400.200.14
HSL72.56º37.39%77.45%-
HSV(B)72.56º19.63%85.88%-
XYZ59.7567.550.95-
YUV211.41108.02127-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=34.71%
G=36.20%
B=29.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191760.0400.200.1472.5637.3977.45
HexD2DBB04014E49254d
Octal32233326040241611145115
Binary110100101101101110110000100010100111010010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBB0; }

 p { color: rgb(210,219,176); }

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

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

 a { background-color: rgb(210,219,176); }

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

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

 span { border-color: rgb(210,219,176); }

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