#D2DDB2

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

Shades of Orinoco #D2DDB2

Tints of Orinoco #D2DDB2

Color information

#D2DDB2 (or 0xD2DDB2) is unknown color: approx Orinoco. HEX triplet: D2, DD and B2. RGB value is (210,221,178). Sum of RGB (Red+Green+Blue) = 210+221+178=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDB2 is #2D224D. Grayscale: #D4D4D4. Windows color (decimal): -2957902 or 11722194. OLE color: 11722194.

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

Color convert

RGB210221178-
CMYK0.0500.190.13
HSL75.35º38.74%78.24%-
HSV(B)75.35º19.46%86.67%-
XYZ60.4768.6352.18-
YUV212.81108.36126-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=34.48%
G=36.29%
B=29.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211780.0500.190.1375.3538.7478.24
HexD2DDB25013D4b274e
Octal32233526250231511347116
Binary110100101101110110110010101010011110110010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDB2; }

 p { color: rgb(210,221,178); }

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

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

 a { background-color: rgb(210,221,178); }

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

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

 span { border-color: rgb(210,221,178); }

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