Html Css Color HEX #DFAC25 Gold Tips

📋 copy color: '#DFAC25'

red 223 ◦ green 172 ◦ blue 37

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

Shades of Gold Tips #DFAC25

Tints of Gold Tips #DFAC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.56%

R = 51.62%
G = 39.81%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFAC25 (or 0xDFAC25) is known color: Gold Tips. HEX triplet: DF, AC and 25. RGB value is (223,172,37). Sum of RGB (Red+Green+Blue) = 223+172+37=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC25 is #2053DA. Grayscale: #ACACAC. Windows color (decimal): -2118619 or 2469087. OLE color: 2469087.

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

Color convert

RGB 223 172 37 -
CMYK 0 0.23 0.83 0.13
HSL 43.55º 0.74% 0.51% -
HSV(B) 43.55º 0.83% 0.87% -
XYZ 45.52 45.33 8.1 -
YUV 171.86 51.9 164.48 -
System Red Green Blue C M Y K H S L
Decimal 223 172 37 0 0.23 0.83 0.13 43.55 0.74 0.51
Hex DF AC 25 0 17 53 D 2C 4A 33
Octal 337 254 45 0 27 123 15 54 112 63
Binary 11011111 10101100 100101 0 10111 1010011 1101 101100 1001010 110011

Color Harmonies of #DFAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC25

Black with #DFAC25

Text Example


Text Example

White with #DFAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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