#D2DCB0

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

Shades of Orinoco #D2DCB0

Tints of Orinoco #D2DCB0

Color information

#D2DCB0 (or 0xD2DCB0) is unknown color: approx Orinoco. HEX triplet: D2, DC and B0. RGB value is (210,220,176). Sum of RGB (Red+Green+Blue) = 210+220+176=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCB0 is #2D234F. Grayscale: #D4D4D4. Windows color (decimal): -2958160 or 11590866. OLE color: 11590866.

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

Color convert

RGB210220176-
CMYK0.0500.20.14
HSL73.64º38.6%77.65%-
HSV(B)73.64º20%86.27%-
XYZ60.0168.0251.04-
YUV211.99107.69126.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=34.65%
G=36.30%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201760.0500.20.1473.6438.677.65
HexD2DCB05014E4a274e
Octal32233426050241611247116
Binary110100101101110010110000101010100111010010101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCB0; }

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

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

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

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

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

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

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

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