Html Css Color HEX #DFAF26 Gold Tips

📋 copy color: '#DFAF26'

red 223 ◦ green 175 ◦ blue 38

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

Shades of Gold Tips #DFAF26

Tints of Gold Tips #DFAF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 51.15%
G = 40.14%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFAF26 (or 0xDFAF26) is known color: Gold Tips. HEX triplet: DF, AF and 26. RGB value is (223,175,38). Sum of RGB (Red+Green+Blue) = 223+175+38=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF26 is #2050D9. Grayscale: #AEAEAE. Windows color (decimal): -2117850 or 2535391. OLE color: 2535391.

HSL color Cylindrical-coordinate representation of color #DFAF26: hue angle of 44.43º 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 #DFAF26 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 38 -
CMYK 0 0.22 0.83 0.13
HSL 44.43º 0.74% 0.51% -
HSV(B) 44.43º 0.83% 0.87% -
XYZ 46.11 46.49 8.38 -
YUV 173.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 223 175 38 0 0.22 0.83 0.13 44.43 0.74 0.51
Hex DF AF 26 0 16 53 D 2C 4A 33
Octal 337 257 46 0 26 123 15 54 112 63
Binary 11011111 10101111 100110 0 10110 1010011 1101 101100 1001010 110011

Color Harmonies of #DFAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF26

Black with #DFAF26

Text Example


Text Example

White with #DFAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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