Html Css Color HEX #DFAC2C Gold Tips

📋 copy color: '#DFAC2C'

red 223 ◦ green 172 ◦ blue 44

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

Shades of Gold Tips #DFAC2C

Tints of Gold Tips #DFAC2C

RGB

 RED value IS 223 (87.5% from 255) = 50.8%

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

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

R = 50.8%
G = 39.18%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFAC2C (or 0xDFAC2C) is known color: Gold Tips. HEX triplet: DF, AC and 2C. RGB value is (223,172,44). Sum of RGB (Red+Green+Blue) = 223+172+44=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC2C is #2053D3. Grayscale: #ADADAD. Windows color (decimal): -2118612 or 2927839. OLE color: 2927839.

HSL color Cylindrical-coordinate representation of color #DFAC2C: hue angle of 42.91º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFAC2C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 44 -
CMYK 0 0.23 0.80 0.13
HSL 42.91º 0.74% 0.52% -
HSV(B) 42.91º 0.8% 0.87% -
XYZ 45.64 45.37 8.74 -
YUV 172.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 223 172 44 0 0.23 0.80 0.13 42.91 0.74 0.52
Hex DF AC 2C 0 17 50 D 2B 4A 34
Octal 337 254 54 0 27 120 15 53 112 64
Binary 11011111 10101100 101100 0 10111 1010000 1101 101011 1001010 110100

Color Harmonies of #DFAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC2C

Black with #DFAC2C

Text Example


Text Example

White with #DFAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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