Html Css Color HEX #DFAF20 Gold Tips

📋 copy color: '#DFAF20'

red 223 ◦ green 175 ◦ blue 32

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

Shades of Gold Tips #DFAF20

Tints of Gold Tips #DFAF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 51.86%
G = 40.7%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFAF20 (or 0xDFAF20) is known color: Gold Tips. HEX triplet: DF, AF and 20. RGB value is (223,175,32). Sum of RGB (Red+Green+Blue) = 223+175+32=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF20 is #2050DF. Grayscale: #ADADAD. Windows color (decimal): -2117856 or 2142175. OLE color: 2142175.

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

Color convert

RGB 223 175 32 -
CMYK 0 0.22 0.86 0.13
HSL 44.92º 0.75% 0.5% -
HSV(B) 44.92º 0.86% 0.87% -
XYZ 46.02 46.45 7.91 -
YUV 173.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 223 175 32 0 0.22 0.86 0.13 44.92 0.75 0.5
Hex DF AF 20 0 16 56 D 2D 4B 32
Octal 337 257 40 0 26 126 15 55 113 62
Binary 11011111 10101111 100000 0 10110 1010110 1101 101101 1001011 110010

Color Harmonies of #DFAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF20

Black with #DFAF20

Text Example


Text Example

White with #DFAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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