#DFBA2C

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

Shades of Gold Tips #DFBA2C

Tints of Gold Tips #DFBA2C

Color information

#DFBA2C (or 0xDFBA2C) is unknown color: approx Gold Tips. HEX triplet: DF, BA and 2C. RGB value is (223,186,44). Sum of RGB (Red+Green+Blue) = 223+186+44=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA2C is #2045D3. Grayscale: #B5B5B5. Windows color (decimal): -2115028 or 2931423. OLE color: 2931423.

HSL color Cylindrical-coordinate representation of color #DFBA2C: hue angle of 47.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFBA2C is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22318644-
CMYK00.170.800.13
HSL47.6º73.66%52.35%-
HSV(B)47.6º80.27%87.45%-
XYZ48.4450.999.67-
YUV180.8750.76158.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 44 (17.58% from 255) = 9.71%
R=49.23%
G=41.06%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231864400.170.800.1347.673.6652.35
HexDFBA2C01150D304a34
Octal33727254021120156011264
Binary1101111110111010101100010001101000011011100001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA2C; }

 p { color: rgb(223,186,44); }

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

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

 a { background-color: rgb(223,186,44); }

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

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

 span { border-color: rgb(223,186,44); }

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