#D4C0A4

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

Shades of Soft Amber #D4C0A4

Tints of Soft Amber #D4C0A4

Color information

#D4C0A4 (or 0xD4C0A4) is unknown color: approx Soft Amber. HEX triplet: D4, C0 and A4. RGB value is (212,192,164). Sum of RGB (Red+Green+Blue) = 212+192+164=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C0A4 is #2B3F5B. Grayscale: #C2C2C2. Windows color (decimal): -2834268 or 10797268. OLE color: 10797268.

HSL color Cylindrical-coordinate representation of color #D4C0A4: hue angle of 35º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4C0A4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB212192164-
CMYK00.090.230.17
HSL35º35.82%73.73%-
HSV(B)35º22.64%83.14%-
XYZ52.754.3842.84-
YUV194.79110.63140.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 164 (64.45% from 255) = 28.87%
R=37.32%
G=33.80%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219216400.090.230.173535.8273.73
HexD4C0A409171123244a
Octal32430024401127214344112
Binary1101010011000000101001000100110111100011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C0A4; }

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

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

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

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

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

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

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

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