Html Css Color HEX #D3C1AB Soft Amber

📋 copy color: '#D3C1AB'

red 211 ◦ green 193 ◦ blue 171

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

Shades of Soft Amber #D3C1AB

Tints of Soft Amber #D3C1AB

RGB

 RED value IS 211 (82.81% from 255) = 36.7%

 GREEN value IS 193 (75.78% from 255) = 33.57%

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

R = 36.7%
G = 33.57%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3C1AB (or 0xD3C1AB) is known color: Soft Amber. HEX triplet: D3, C1 and AB. RGB value is (211,193,171). Sum of RGB (Red+Green+Blue) = 211+193+171=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C1AB is #2C3E54. Grayscale: #C3C3C3. Windows color (decimal): -2899541 or 11256275. OLE color: 11256275.

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

Color convert

RGB 211 193 171 -
CMYK 0 0.09 0.19 0.17
HSL 33º 0.31% 0.75% -
HSV(B) 33º 0.19% 0.83% -
XYZ 53.28 54.93 46.32 -
YUV 195.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 211 193 171 0 0.09 0.19 0.17 33 0.31 0.75
Hex D3 C1 AB 0 9 13 11 21 1F 4B
Octal 323 301 253 0 11 23 21 41 37 113
Binary 11010011 11000001 10101011 0 1001 10011 10001 100001 11111 1001011

Color Harmonies of #D3C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C1AB

Black with #D3C1AB

Text Example


Text Example

White with #D3C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C1AB; }

 p { color: rgb(211,193,171); }

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

background-color css

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

 a { background-color: rgb(211,193,171); }

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

border-color css

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

 span { border-color: rgb(211,193,171); }

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