Html Css Color HEX #D3C3AB Soft Amber

📋 copy color: '#D3C3AB'

red 211 ◦ green 195 ◦ blue 171

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

Shades of Soft Amber #D3C3AB

Tints of Soft Amber #D3C3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 36.57%
G = 33.8%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3C3AB (or 0xD3C3AB) is known color: Soft Amber. HEX triplet: D3, C3 and AB. RGB value is (211,195,171). Sum of RGB (Red+Green+Blue) = 211+195+171=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C3AB is #2C3C54. Grayscale: #C5C5C5. Windows color (decimal): -2899029 or 11256787. OLE color: 11256787.

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

Color convert

RGB 211 195 171 -
CMYK 0 0.08 0.19 0.17
HSL 36º 0.31% 0.75% -
HSV(B) 36º 0.19% 0.83% -
XYZ 53.73 55.82 46.47 -
YUV 197.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 211 195 171 0 0.08 0.19 0.17 36 0.31 0.75
Hex D3 C3 AB 0 8 13 11 24 1F 4B
Octal 323 303 253 0 10 23 21 44 37 113
Binary 11010011 11000011 10101011 0 1000 10011 10001 100100 11111 1001011

Color Harmonies of #D3C3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C3AB

Black with #D3C3AB

Text Example


Text Example

White with #D3C3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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