#D2DBA2

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

Shades of Orinoco #D2DBA2

Tints of Orinoco #D2DBA2

Color information

#D2DBA2 (or 0xD2DBA2) is unknown color: approx Orinoco. HEX triplet: D2, DB and A2. RGB value is (210,219,162). Sum of RGB (Red+Green+Blue) = 210+219+162=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBA2 is #2D245D. Grayscale: #D2D2D2. Windows color (decimal): -2958430 or 10673106. OLE color: 10673106.

HSL color Cylindrical-coordinate representation of color #D2DBA2: hue angle of 69.47º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2DBA2 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB210219162-
CMYK0.0400.260.14
HSL69.47º44.19%74.71%-
HSV(B)69.47º26.03%85.88%-
XYZ58.4366.9744.03-
YUV209.81101.02128.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=35.53%
G=37.06%
B=27.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191620.0400.260.1469.4744.1974.71
HexD2DBA2401AE452c4b
Octal32233324240321610554113
Binary110100101101101110100010100011010111010001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBA2; }

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

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

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

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

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

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

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

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