#DFAF27

Color #DFAF27 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DFAF27

Tints of Gold Tips #DFAF27

Color information

#DFAF27 (or 0xDFAF27) is unknown color: approx Gold Tips. HEX triplet: DF, AF and 27. RGB value is (223,175,39). Sum of RGB (Red+Green+Blue) = 223+175+39=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF27 is #2050D8. Grayscale: #AEAEAE. Windows color (decimal): -2117849 or 2600927. OLE color: 2600927.

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

Color convert

RGB22317539-
CMYK00.220.830.13
HSL44.35º74.19%51.37%-
HSV(B)44.35º82.51%87.45%-
XYZ46.1346.498.46-
YUV173.8551.9163.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.03%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 39 (15.62% from 255) = 8.92%
R=51.03%
G=40.05%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231753900.220.830.1344.3574.1951.37
HexDFAF2701653D2c4a33
Octal33725747026123155411263
Binary1101111110101111100111010110101001111011011001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF27; }

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

 H1.HeaderClassName
 {
   color: #DFAF27;
 }
 .AnyTagClassName
 {
   color: #DFAF27;
 }
</style>
background-color css

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

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

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

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

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

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