Html Css Color HEX #D3C1A4 Soft Amber

📋 copy color: '#D3C1A4'

red 211 ◦ green 193 ◦ blue 164

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

Shades of Soft Amber #D3C1A4

Tints of Soft Amber #D3C1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.87%

R = 37.15%
G = 33.98%
B = 28.87%

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

#D3C1A4 (or 0xD3C1A4) is known color: Soft Amber. HEX triplet: D3, C1 and A4. RGB value is (211,193,164). Sum of RGB (Red+Green+Blue) = 211+193+164=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C1A4 is #2C3E5B. Grayscale: #C3C3C3. Windows color (decimal): -2899548 or 10797523. OLE color: 10797523.

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

Color convert

RGB 211 193 164 -
CMYK 0 0.09 0.22 0.17
HSL 37.02º 0.35% 0.74% -
HSV(B) 37.02º 0.22% 0.83% -
XYZ 52.63 54.67 42.9 -
YUV 195.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 211 193 164 0 0.09 0.22 0.17 37.02 0.35 0.74
Hex D3 C1 A4 0 9 16 11 25 23 4A
Octal 323 301 244 0 11 26 21 45 43 112
Binary 11010011 11000001 10100100 0 1001 10110 10001 100101 100011 1001010

Color Harmonies of #D3C1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C1A4

Black with #D3C1A4

Text Example


Text Example

White with #D3C1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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