#D2DDA6

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

Shades of Orinoco #D2DDA6

Tints of Orinoco #D2DDA6

Color information

#D2DDA6 (or 0xD2DDA6) is unknown color: approx Orinoco. HEX triplet: D2, DD and A6. RGB value is (210,221,166). Sum of RGB (Red+Green+Blue) = 210+221+166=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDA6 is #2D2259. Grayscale: #D3D3D3. Windows color (decimal): -2957914 or 10935762. OLE color: 10935762.

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

Color convert

RGB210221166-
CMYK0.0500.250.13
HSL72º44.72%75.88%-
HSV(B)72º24.89%86.67%-
XYZ59.3268.1746.11-
YUV211.44102.36126.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 166 (65.23% from 255) = 27.81%
R=35.18%
G=37.02%
B=27.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211660.0500.250.137244.7275.88
HexD2DDA65019D482d4c
Octal32233524650311511055114
Binary110100101101110110100110101011001110110010001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDA6; }

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

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

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

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

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

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

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

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