Html Css Color HEX #DCAC2F Gold Tips

📋 copy color: '#DCAC2F'

red 220 ◦ green 172 ◦ blue 47

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

Shades of Gold Tips #DCAC2F

Tints of Gold Tips #DCAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.71%

R = 50.11%
G = 39.18%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCAC2F (or 0xDCAC2F) is known color: Gold Tips. HEX triplet: DC, AC and 2F. RGB value is (220,172,47). Sum of RGB (Red+Green+Blue) = 220+172+47=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC2F is #2353D0. Grayscale: #ACACAC. Windows color (decimal): -2315217 or 3124444. OLE color: 3124444.

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

Color convert

RGB 220 172 47 -
CMYK 0 0.22 0.79 0.14
HSL 43.35º 0.71% 0.52% -
HSV(B) 43.35º 0.79% 0.86% -
XYZ 44.78 44.93 9 -
YUV 172.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 220 172 47 0 0.22 0.79 0.14 43.35 0.71 0.52
Hex DC AC 2F 0 16 4F E 2B 47 34
Octal 334 254 57 0 26 117 16 53 107 64
Binary 11011100 10101100 101111 0 10110 1001111 1110 101011 1000111 110100

Color Harmonies of #DCAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC2F

Black with #DCAC2F

Text Example


Text Example

White with #DCAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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