#DFBD3B

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

Shades of Old Gold #DFBD3B

Tints of Old Gold #DFBD3B

Color information

#DFBD3B (or 0xDFBD3B) is unknown color: approx Old Gold. HEX triplet: DF, BD and 3B. RGB value is (223,189,59). Sum of RGB (Red+Green+Blue) = 223+189+59=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD3B is #2042C4. Grayscale: #B8B8B8. Windows color (decimal): -2114245 or 3915231. OLE color: 3915231.

HSL color Cylindrical-coordinate representation of color #DFBD3B: hue angle of 47.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFBD3B is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22318959-
CMYK00.150.740.13
HSL47.56º71.93%55.29%-
HSV(B)47.56º73.54%87.45%-
XYZ49.4252.411.65-
YUV184.3557.26155.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 59 (23.44% from 255) = 12.53%
R=47.35%
G=40.13%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231895900.150.740.1347.5671.9355.29
HexDFBD3B0F4AD304837
Octal33727573017112156011067
Binary110111111011110111101101111100101011011100001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD3B; }

 p { color: rgb(223,189,59); }

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

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

 a { background-color: rgb(223,189,59); }

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

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

 span { border-color: rgb(223,189,59); }

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