Html Css Color HEX #D3C3AA Soft Amber

📋 copy color: '#D3C3AA'

red 211 ◦ green 195 ◦ blue 170

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

Shades of Soft Amber #D3C3AA

Tints of Soft Amber #D3C3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 36.63%
G = 33.85%
B = 29.51%

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

#D3C3AA (or 0xD3C3AA) is known color: Soft Amber. HEX triplet: D3, C3 and AA. RGB value is (211,195,170). Sum of RGB (Red+Green+Blue) = 211+195+170=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C3AA is #2C3C55. Grayscale: #C5C5C5. Windows color (decimal): -2899030 or 11191251. OLE color: 11191251.

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

Color convert

RGB 211 195 170 -
CMYK 0 0.08 0.19 0.17
HSL 36.59º 0.32% 0.75% -
HSV(B) 36.59º 0.19% 0.83% -
XYZ 53.63 55.78 45.97 -
YUV 196.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 211 195 170 0 0.08 0.19 0.17 36.59 0.32 0.75
Hex D3 C3 AA 0 8 13 11 25 20 4B
Octal 323 303 252 0 10 23 21 45 40 113
Binary 11010011 11000011 10101010 0 1000 10011 10001 100101 100000 1001011

Color Harmonies of #D3C3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C3AA

Black with #D3C3AA

Text Example


Text Example

White with #D3C3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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