Html Css Color HEX #D1C0AB Soft Amber

📋 copy color: '#D1C0AB'

red 209 ◦ green 192 ◦ blue 171

#D1C0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #D1C0AB

Tints of Soft Amber #D1C0AB

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 171 (67.19% from 255) = 29.9%

R = 36.54%
G = 33.57%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1C0AB (or 0xD1C0AB) is known color: Soft Amber. HEX triplet: D1, C0 and AB. RGB value is (209,192,171). Sum of RGB (Red+Green+Blue) = 209+192+171=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C0AB is #2E3F54. Grayscale: #C2C2C2. Windows color (decimal): -3030869 or 11256017. OLE color: 11256017.

HSL color Cylindrical-coordinate representation of color #D1C0AB: hue angle of 33.16º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1C0AB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 171 -
CMYK 0 0.08 0.18 0.18
HSL 33.16º 0.29% 0.75% -
HSV(B) 33.16º 0.18% 0.82% -
XYZ 52.49 54.19 46.22 -
YUV 194.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 209 192 171 0 0.08 0.18 0.18 33.16 0.29 0.75
Hex D1 C0 AB 0 8 12 12 21 1D 4B
Octal 321 300 253 0 10 22 22 41 35 113
Binary 11010001 11000000 10101011 0 1000 10010 10010 100001 11101 1001011

Color Harmonies of #D1C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C0AB

Black with #D1C0AB

Text Example


Text Example

White with #D1C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C0AB; }

 p { color: rgb(209,192,171); }

 H1.HeaderClassName
 {
   color: #D1C0AB;
 }
 .AnyTagClassName
 {
   color: #D1C0AB;
 }
</style>

background-color css

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

 a { background-color: rgb(209,192,171); }

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

border-color css

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

 span { border-color: rgb(209,192,171); }

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