Html Css Color HEX #D0C0AC Soft Amber

📋 copy color: '#D0C0AC'

red 208 ◦ green 192 ◦ blue 172

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

Shades of Soft Amber #D0C0AC

Tints of Soft Amber #D0C0AC

RGB

 RED value IS 208 (81.64% from 255) = 36.36%

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

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

R = 36.36%
G = 33.57%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0C0AC (or 0xD0C0AC) is known color: Soft Amber. HEX triplet: D0, C0 and AC. RGB value is (208,192,172). Sum of RGB (Red+Green+Blue) = 208+192+172=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C0AC is #2F3F53. Grayscale: #C2C2C2. Windows color (decimal): -3096404 or 11321552. OLE color: 11321552.

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

Color convert

RGB 208 192 172 -
CMYK 0 0.08 0.17 0.18
HSL 33.33º 0.28% 0.75% -
HSV(B) 33.33º 0.17% 0.82% -
XYZ 52.31 54.09 46.71 -
YUV 194.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 208 192 172 0 0.08 0.17 0.18 33.33 0.28 0.75
Hex D0 C0 AC 0 8 11 12 21 1C 4B
Octal 320 300 254 0 10 21 22 41 34 113
Binary 11010000 11000000 10101100 0 1000 10001 10010 100001 11100 1001011

Color Harmonies of #D0C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0AC

Black with #D0C0AC

Text Example


Text Example

White with #D0C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0AC; }

 p { color: rgb(208,192,172); }

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

background-color css

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

 a { background-color: rgb(208,192,172); }

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

border-color css

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

 span { border-color: rgb(208,192,172); }

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