#D2D1AB

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

Shades of Orinoco #D2D1AB

Tints of Orinoco #D2D1AB

Color information

#D2D1AB (or 0xD2D1AB) is unknown color: approx Orinoco. HEX triplet: D2, D1 and AB. RGB value is (210,209,171). Sum of RGB (Red+Green+Blue) = 210+209+171=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D1AB is #2D2E54. Grayscale: #CDCDCD. Windows color (decimal): -2960981 or 11260370. OLE color: 11260370.

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

Color convert

RGB210209171-
CMYK00.000.190.18
HSL58.46º30.23%74.71%-
HSV(B)58.46º18.57%82.35%-
XYZ56.7362.2447.55-
YUV204.97108.83131.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=35.59%
G=35.42%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020917100.000.190.1858.4630.2374.71
HexD2D1AB0013123a1e4b
Octal3223212530023227236113
Binary110100101101000110101011001001110010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D1AB; }

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

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

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

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

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

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

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

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