Html Css Color HEX #D2C2AD Soft Amber

📋 copy color: '#D2C2AD'

red 210 ◦ green 194 ◦ blue 173

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

Shades of Soft Amber #D2C2AD

Tints of Soft Amber #D2C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.98%

R = 36.4%
G = 33.62%
B = 29.98%

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

#D2C2AD (or 0xD2C2AD) is known color: Soft Amber. HEX triplet: D2, C2 and AD. RGB value is (210,194,173). Sum of RGB (Red+Green+Blue) = 210+194+173=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C2AD is #2D3D52. Grayscale: #C4C4C4. Windows color (decimal): -2964819 or 11387602. OLE color: 11387602.

HSL color Cylindrical-coordinate representation of color #D2C2AD: hue angle of 34.05º degrees, saturation: 0.29, 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 #D2C2AD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 194 173 -
CMYK 0 0.08 0.18 0.18
HSL 34.05º 0.29% 0.75% -
HSV(B) 34.05º 0.18% 0.82% -
XYZ 53.41 55.3 47.39 -
YUV 196.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 210 194 173 0 0.08 0.18 0.18 34.05 0.29 0.75
Hex D2 C2 AD 0 8 12 12 22 1D 4B
Octal 322 302 255 0 10 22 22 42 35 113
Binary 11010010 11000010 10101101 0 1000 10010 10010 100010 11101 1001011

Color Harmonies of #D2C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C2AD

Black with #D2C2AD

Text Example


Text Example

White with #D2C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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