Html Css Color HEX #DFBA36 Metallic Gold

📋 copy color: '#DFBA36'

red 223 ◦ green 186 ◦ blue 54

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

Shades of Metallic Gold #DFBA36

Tints of Metallic Gold #DFBA36

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

 BLUE value IS 54 (21.48% from 255) = 11.66%

R = 48.16%
G = 40.17%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFBA36 (or 0xDFBA36) is known color: Metallic Gold. HEX triplet: DF, BA and 36. RGB value is (223,186,54). Sum of RGB (Red+Green+Blue) = 223+186+54=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA36 is #2045C9. Grayscale: #B6B6B6. Windows color (decimal): -2115018 or 3586783. OLE color: 3586783.

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

Color convert

RGB 223 186 54 -
CMYK 0 0.17 0.76 0.13
HSL 46.86º 0.73% 0.54% -
HSV(B) 46.86º 0.76% 0.87% -
XYZ 48.66 51.07 10.78 -
YUV 182.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 223 186 54 0 0.17 0.76 0.13 46.86 0.73 0.54
Hex DF BA 36 0 11 4C D 2F 49 36
Octal 337 272 66 0 21 114 15 57 111 66
Binary 11011111 10111010 110110 0 10001 1001100 1101 101111 1001001 110110

Color Harmonies of #DFBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA36

Black with #DFBA36

Text Example


Text Example

White with #DFBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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