Html Css Color HEX #DFAF31 Gold Tips

📋 copy color: '#DFAF31'

red 223 ◦ green 175 ◦ blue 49

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

Shades of Gold Tips #DFAF31

Tints of Gold Tips #DFAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 49.89%
G = 39.15%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFAF31 (or 0xDFAF31) is known color: Gold Tips. HEX triplet: DF, AF and 31. RGB value is (223,175,49). Sum of RGB (Red+Green+Blue) = 223+175+49=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF31 is #2050CE. Grayscale: #AFAFAF. Windows color (decimal): -2117839 or 3256287. OLE color: 3256287.

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

Color convert

RGB 223 175 49 -
CMYK 0 0.22 0.78 0.13
HSL 43.45º 0.73% 0.53% -
HSV(B) 43.45º 0.78% 0.87% -
XYZ 46.32 46.57 9.45 -
YUV 174.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 223 175 49 0 0.22 0.78 0.13 43.45 0.73 0.53
Hex DF AF 31 0 16 4E D 2B 49 35
Octal 337 257 61 0 26 116 15 53 111 65
Binary 11011111 10101111 110001 0 10110 1001110 1101 101011 1001001 110101

Color Harmonies of #DFAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF31

Black with #DFAF31

Text Example


Text Example

White with #DFAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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