#D4C0A7

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

Shades of Soft Amber #D4C0A7

Tints of Soft Amber #D4C0A7

Color information

#D4C0A7 (or 0xD4C0A7) is unknown color: approx Soft Amber. HEX triplet: D4, C0 and A7. RGB value is (212,192,167). Sum of RGB (Red+Green+Blue) = 212+192+167=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C0A7 is #2B3F58. Grayscale: #C3C3C3. Windows color (decimal): -2834265 or 10993876. OLE color: 10993876.

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

Color convert

RGB212192167-
CMYK00.090.210.17
HSL33.33º34.35%74.31%-
HSV(B)33.33º21.23%83.14%-
XYZ52.9854.4944.28-
YUV195.13112.13140.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 167 (65.62% from 255) = 29.25%
R=37.13%
G=33.63%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219216700.090.210.1733.3334.3574.31
HexD4C0A709151121224a
Octal32430024701125214142112
Binary1101010011000000101001110100110101100011000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C0A7; }

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

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

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

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

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

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

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

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