Html Css Color HEX #DCAC2C Gold Tips

📋 copy color: '#DCAC2C'

red 220 ◦ green 172 ◦ blue 44

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

Shades of Gold Tips #DCAC2C

Tints of Gold Tips #DCAC2C

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 44 (17.58% from 255) = 10.09%

R = 50.46%
G = 39.45%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCAC2C (or 0xDCAC2C) is known color: Gold Tips. HEX triplet: DC, AC and 2C. RGB value is (220,172,44). Sum of RGB (Red+Green+Blue) = 220+172+44=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC2C is #2353D3. Grayscale: #ACACAC. Windows color (decimal): -2315220 or 2927836. OLE color: 2927836.

HSL color Cylindrical-coordinate representation of color #DCAC2C: hue angle of 43.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAC2C is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 44 -
CMYK 0 0.22 0.8 0.14
HSL 43.64º 0.72% 0.52% -
HSV(B) 43.64º 0.8% 0.86% -
XYZ 44.72 44.9 8.69 -
YUV 171.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 220 172 44 0 0.22 0.8 0.14 43.64 0.72 0.52
Hex DC AC 2C 0 16 50 E 2C 48 34
Octal 334 254 54 0 26 120 16 54 110 64
Binary 11011100 10101100 101100 0 10110 1010000 1110 101100 1001000 110100

Color Harmonies of #DCAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC2C

Black with #DCAC2C

Text Example


Text Example

White with #DCAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC2C; }

 p { color: rgb(220,172,44); }

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

background-color css

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

 a { background-color: rgb(220,172,44); }

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

border-color css

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

 span { border-color: rgb(220,172,44); }

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