#D1D2AC

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

Shades of Orinoco #D1D2AC

Tints of Orinoco #D1D2AC

Color information

#D1D2AC (or 0xD1D2AC) is unknown color: approx Orinoco. HEX triplet: D1, D2 and AC. RGB value is (209,210,172). Sum of RGB (Red+Green+Blue) = 209+210+172=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2AC is #2E2D53. Grayscale: #CDCDCD. Windows color (decimal): -3026260 or 11326161. OLE color: 11326161.

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

Color convert

RGB209210172-
CMYK0.0000.180.18
HSL61.58º29.69%74.9%-
HSV(B)61.58º18.1%82.35%-
XYZ56.7962.6348.12-
YUV205.37109.17130.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=35.36%
G=35.53%
B=29.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101720.0000.180.1861.5829.6974.9
HexD1D2AC0012123e1e4b
Octal3213222540022227636113
Binary110100011101001010101100001001010010111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D2AC; }

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

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

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

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

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

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

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

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