Html Css Color HEX #D3C0A5 Soft Amber

📋 copy color: '#D3C0A5'

red 211 ◦ green 192 ◦ blue 165

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

Shades of Soft Amber #D3C0A5

Tints of Soft Amber #D3C0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.05%

R = 37.15%
G = 33.8%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D3C0A5 (or 0xD3C0A5) is known color: Soft Amber. HEX triplet: D3, C0 and A5. RGB value is (211,192,165). Sum of RGB (Red+Green+Blue) = 211+192+165=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C0A5 is #2C3F5A. Grayscale: #C2C2C2. Windows color (decimal): -2899803 or 10862803. OLE color: 10862803.

HSL color Cylindrical-coordinate representation of color #D3C0A5: hue angle of 35.22º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3C0A5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 192 165 -
CMYK 0 0.09 0.22 0.17
HSL 35.22º 0.34% 0.74% -
HSV(B) 35.22º 0.22% 0.83% -
XYZ 52.51 54.26 43.3 -
YUV 194.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 211 192 165 0 0.09 0.22 0.17 35.22 0.34 0.74
Hex D3 C0 A5 0 9 16 11 23 22 4A
Octal 323 300 245 0 11 26 21 43 42 112
Binary 11010011 11000000 10100101 0 1001 10110 10001 100011 100010 1001010

Color Harmonies of #D3C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C0A5

Black with #D3C0A5

Text Example


Text Example

White with #D3C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C0A5; }

 p { color: rgb(211,192,165); }

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

background-color css

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

 a { background-color: rgb(211,192,165); }

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

border-color css

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

 span { border-color: rgb(211,192,165); }

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