#D4C3AB

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

Shades of Soft Amber #D4C3AB

Tints of Soft Amber #D4C3AB

Color information

#D4C3AB (or 0xD4C3AB) is unknown color: approx Soft Amber. HEX triplet: D4, C3 and AB. RGB value is (212,195,171). Sum of RGB (Red+Green+Blue) = 212+195+171=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C3AB is #2B3C54. Grayscale: #C5C5C5. Windows color (decimal): -2833493 or 11256788. OLE color: 11256788.

HSL color Cylindrical-coordinate representation of color #D4C3AB: hue angle of 35.12º 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 #D4C3AB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212195171-
CMYK00.080.190.17
HSL35.12º32.28%75.1%-
HSV(B)35.12º19.34%83.14%-
XYZ54.0255.9746.48-
YUV197.35113.13138.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=36.68%
G=33.74%
B=29.58%

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
Decimal21219517100.080.190.1735.1232.2875.1
HexD4C3AB08131123204b
Octal32430325301023214340113
Binary1101010011000011101010110100010011100011000111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C3AB; }

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

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

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

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

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

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

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

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