Html Css Color HEX #D3C1A5 Soft Amber

📋 copy color: '#D3C1A5'

red 211 ◦ green 193 ◦ blue 165

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

Shades of Soft Amber #D3C1A5

Tints of Soft Amber #D3C1A5

RGB

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

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

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

R = 37.08%
G = 33.92%
B = 29%

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

#D3C1A5 (or 0xD3C1A5) is known color: Soft Amber. HEX triplet: D3, C1 and A5. RGB value is (211,193,165). Sum of RGB (Red+Green+Blue) = 211+193+165=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C1A5 is #2C3E5A. Grayscale: #C3C3C3. Windows color (decimal): -2899547 or 10863059. OLE color: 10863059.

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

Color convert

RGB 211 193 165 -
CMYK 0 0.09 0.22 0.17
HSL 36.52º 0.34% 0.74% -
HSV(B) 36.52º 0.22% 0.83% -
XYZ 52.73 54.71 43.38 -
YUV 195.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 211 193 165 0 0.09 0.22 0.17 36.52 0.34 0.74
Hex D3 C1 A5 0 9 16 11 25 22 4A
Octal 323 301 245 0 11 26 21 45 42 112
Binary 11010011 11000001 10100101 0 1001 10110 10001 100101 100010 1001010

Color Harmonies of #D3C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C1A5

Black with #D3C1A5

Text Example


Text Example

White with #D3C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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