#D2D1AE

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

Shades of Orinoco #D2D1AE

Tints of Orinoco #D2D1AE

Color information

#D2D1AE (or 0xD2D1AE) is unknown color: approx Orinoco. HEX triplet: D2, D1 and AE. RGB value is (210,209,174). Sum of RGB (Red+Green+Blue) = 210+209+174=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D1AE is #2D2E51. Grayscale: #CDCDCD. Windows color (decimal): -2960978 or 11456978. OLE color: 11456978.

HSL color Cylindrical-coordinate representation of color #D2D1AE: hue angle of 58.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D1AE is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210209174-
CMYK00.000.170.18
HSL58.33º28.57%75.29%-
HSV(B)58.33º17.14%82.35%-
XYZ57.0262.3649.08-
YUV205.31110.33131.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=35.41%
G=35.24%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020917400.000.170.1858.3328.5775.29
HexD2D1AE0011123a1d4b
Octal3223212560021227235113
Binary110100101101000110101110001000110010111010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D1AE; }

 p { color: rgb(210,209,174); }

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

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

 a { background-color: rgb(210,209,174); }

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

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

 span { border-color: rgb(210,209,174); }

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