Html Css Color HEX #DFB939 Metallic Gold

📋 copy color: '#DFB939'

red 223 ◦ green 185 ◦ blue 57

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

Shades of Metallic Gold #DFB939

Tints of Metallic Gold #DFB939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 57 (22.66% from 255) = 12.26%

R = 47.96%
G = 39.78%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFB939 (or 0xDFB939) is known color: Metallic Gold. HEX triplet: DF, B9 and 39. RGB value is (223,185,57). Sum of RGB (Red+Green+Blue) = 223+185+57=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB939 is #2046C6. Grayscale: #B6B6B6. Windows color (decimal): -2115271 or 3783135. OLE color: 3783135.

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

Color convert

RGB 223 185 57 -
CMYK 0 0.17 0.74 0.13
HSL 46.27º 0.72% 0.55% -
HSV(B) 46.27º 0.74% 0.87% -
XYZ 48.52 50.68 11.1 -
YUV 181.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 223 185 57 0 0.17 0.74 0.13 46.27 0.72 0.55
Hex DF B9 39 0 11 4A D 2E 48 37
Octal 337 271 71 0 21 112 15 56 110 67
Binary 11011111 10111001 111001 0 10001 1001010 1101 101110 1001000 110111

Color Harmonies of #DFB939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB939

Black with #DFB939

Text Example


Text Example

White with #DFB939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB939; }

 p { color: rgb(223,185,57); }

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

background-color css

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

 a { background-color: rgb(223,185,57); }

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

border-color css

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

 span { border-color: rgb(223,185,57); }

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