Html Css Color HEX #DFAF24 Gold Tips

📋 copy color: '#DFAF24'

red 223 ◦ green 175 ◦ blue 36

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

Shades of Gold Tips #DFAF24

Tints of Gold Tips #DFAF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 51.38%
G = 40.32%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFAF24 (or 0xDFAF24) is known color: Gold Tips. HEX triplet: DF, AF and 24. RGB value is (223,175,36). Sum of RGB (Red+Green+Blue) = 223+175+36=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF24 is #2050DB. Grayscale: #AEAEAE. Windows color (decimal): -2117852 or 2404319. OLE color: 2404319.

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

Color convert

RGB 223 175 36 -
CMYK 0 0.22 0.84 0.13
HSL 44.6º 0.75% 0.51% -
HSV(B) 44.6º 0.84% 0.87% -
XYZ 46.08 46.48 8.21 -
YUV 173.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 223 175 36 0 0.22 0.84 0.13 44.6 0.75 0.51
Hex DF AF 24 0 16 54 D 2D 4B 33
Octal 337 257 44 0 26 124 15 55 113 63
Binary 11011111 10101111 100100 0 10110 1010100 1101 101101 1001011 110011

Color Harmonies of #DFAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF24

Black with #DFAF24

Text Example


Text Example

White with #DFAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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