#D2C0A4

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

Shades of Soft Amber #D2C0A4

Tints of Soft Amber #D2C0A4

Color information

#D2C0A4 (or 0xD2C0A4) is unknown color: approx Soft Amber. HEX triplet: D2, C0 and A4. RGB value is (210,192,164). Sum of RGB (Red+Green+Blue) = 210+192+164=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C0A4 is #2D3F5B. Grayscale: #C2C2C2. Windows color (decimal): -2965340 or 10797266. OLE color: 10797266.

HSL color Cylindrical-coordinate representation of color #D2C0A4: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2C0A4 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB210192164-
CMYK00.090.220.18
HSL36.52º33.82%73.33%-
HSV(B)36.52º21.9%82.35%-
XYZ52.1354.0842.81-
YUV194.19110.96139.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=37.10%
G=33.92%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019216400.090.220.1836.5233.8273.33
HexD2C0A4091612252249
Octal32230024401126224542111
Binary1101001011000000101001000100110110100101001011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0A4; }

 p { color: rgb(210,192,164); }

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

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

 a { background-color: rgb(210,192,164); }

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

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

 span { border-color: rgb(210,192,164); }

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