#D4C4AB

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

Shades of Soft Amber #D4C4AB

Tints of Soft Amber #D4C4AB

Color information

#D4C4AB (or 0xD4C4AB) is unknown color: approx Soft Amber. HEX triplet: D4, C4 and AB. RGB value is (212,196,171). Sum of RGB (Red+Green+Blue) = 212+196+171=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C4AB is #2B3B54. Grayscale: #C6C6C6. Windows color (decimal): -2833237 or 11257044. OLE color: 11257044.

HSL color Cylindrical-coordinate representation of color #D4C4AB: hue angle of 36.59º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4C4AB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212196171-
CMYK00.080.190.17
HSL36.59º32.28%75.1%-
HSV(B)36.59º19.34%83.14%-
XYZ54.2456.4246.56-
YUV197.93112.8138.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=36.61%
G=33.85%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219617100.080.190.1736.5932.2875.1
HexD4C4AB08131125204b
Octal32430425301023214540113
Binary1101010011000100101010110100010011100011001011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4AB; }

 p { color: rgb(212,196,171); }

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

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

 a { background-color: rgb(212,196,171); }

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

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

 span { border-color: rgb(212,196,171); }

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