Html Css Color HEX #D2C2AC Soft Amber

📋 copy color: '#D2C2AC'

red 210 ◦ green 194 ◦ blue 172

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

Shades of Soft Amber #D2C2AC

Tints of Soft Amber #D2C2AC

RGB

 RED value IS 210 (82.42% from 255) = 36.46%

 GREEN value IS 194 (76.17% from 255) = 33.68%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 36.46%
G = 33.68%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2C2AC (or 0xD2C2AC) is known color: Soft Amber. HEX triplet: D2, C2 and AC. RGB value is (210,194,172). Sum of RGB (Red+Green+Blue) = 210+194+172=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C2AC is #2D3D53. Grayscale: #C4C4C4. Windows color (decimal): -2964820 or 11322066. OLE color: 11322066.

HSL color Cylindrical-coordinate representation of color #D2C2AC: hue angle of 34.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2C2AC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 194 172 -
CMYK 0 0.08 0.18 0.18
HSL 34.74º 0.3% 0.75% -
HSV(B) 34.74º 0.18% 0.82% -
XYZ 53.32 55.26 46.89 -
YUV 196.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 210 194 172 0 0.08 0.18 0.18 34.74 0.3 0.75
Hex D2 C2 AC 0 8 12 12 23 1E 4B
Octal 322 302 254 0 10 22 22 43 36 113
Binary 11010010 11000010 10101100 0 1000 10010 10010 100011 11110 1001011

Color Harmonies of #D2C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C2AC

Black with #D2C2AC

Text Example


Text Example

White with #D2C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C2AC; }

 p { color: rgb(210,194,172); }

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

background-color css

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

 a { background-color: rgb(210,194,172); }

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

border-color css

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

 span { border-color: rgb(210,194,172); }

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