Html Css Color HEX #DFB934 Metallic Gold

📋 copy color: '#DFB934'

red 223 ◦ green 185 ◦ blue 52

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

Shades of Metallic Gold #DFB934

Tints of Metallic Gold #DFB934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 48.48%
G = 40.22%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB934 (or 0xDFB934) is known color: Metallic Gold. HEX triplet: DF, B9 and 34. RGB value is (223,185,52). Sum of RGB (Red+Green+Blue) = 223+185+52=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB934 is #2046CB. Grayscale: #B5B5B5. Windows color (decimal): -2115276 or 3455455. OLE color: 3455455.

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

Color convert

RGB 223 185 52 -
CMYK 0 0.17 0.77 0.13
HSL 46.67º 0.73% 0.54% -
HSV(B) 46.67º 0.77% 0.87% -
XYZ 48.4 50.63 10.47 -
YUV 181.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 223 185 52 0 0.17 0.77 0.13 46.67 0.73 0.54
Hex DF B9 34 0 11 4D D 2F 49 36
Octal 337 271 64 0 21 115 15 57 111 66
Binary 11011111 10111001 110100 0 10001 1001101 1101 101111 1001001 110110

Color Harmonies of #DFB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB934

Black with #DFB934

Text Example


Text Example

White with #DFB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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