Html Css Color HEX #DFAF19 Gold Tips

📋 copy color: '#DFAF19'

red 223 ◦ green 175 ◦ blue 25

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

Shades of Gold Tips #DFAF19

Tints of Gold Tips #DFAF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 52.72%
G = 41.37%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFAF19 (or 0xDFAF19) is known color: Gold Tips. HEX triplet: DF, AF and 19. RGB value is (223,175,25). Sum of RGB (Red+Green+Blue) = 223+175+25=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF19 is #2050E6. Grayscale: #ACACAC. Windows color (decimal): -2117863 or 1683423. OLE color: 1683423.

HSL color Cylindrical-coordinate representation of color #DFAF19: hue angle of 45.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFAF19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 25 -
CMYK 0 0.22 0.89 0.13
HSL 45.45º 0.8% 0.49% -
HSV(B) 45.45º 0.89% 0.87% -
XYZ 45.94 46.42 7.46 -
YUV 172.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 223 175 25 0 0.22 0.89 0.13 45.45 0.8 0.49
Hex DF AF 19 0 16 59 D 2D 50 31
Octal 337 257 31 0 26 131 15 55 120 61
Binary 11011111 10101111 11001 0 10110 1011001 1101 101101 1010000 110001

Color Harmonies of #DFAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF19

Black with #DFAF19

Text Example


Text Example

White with #DFAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF19; }

 p { color: rgb(223,175,25); }

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

background-color css

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

 a { background-color: rgb(223,175,25); }

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

border-color css

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

 span { border-color: rgb(223,175,25); }

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