Html Css Color HEX #DFB535 Metallic Gold

📋 copy color: '#DFB535'

red 223 ◦ green 181 ◦ blue 53

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

Shades of Metallic Gold #DFB535

Tints of Metallic Gold #DFB535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 53 (21.09% from 255) = 11.6%

R = 48.8%
G = 39.61%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFB535 (or 0xDFB535) is known color: Metallic Gold. HEX triplet: DF, B5 and 35. RGB value is (223,181,53). Sum of RGB (Red+Green+Blue) = 223+181+53=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB535 is #204ACA. Grayscale: #B3B3B3. Windows color (decimal): -2116299 or 3519967. OLE color: 3519967.

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

Color convert

RGB 223 181 53 -
CMYK 0 0.19 0.76 0.13
HSL 45.18º 0.73% 0.54% -
HSV(B) 45.18º 0.76% 0.87% -
XYZ 47.6 48.99 10.32 -
YUV 178.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 223 181 53 0 0.19 0.76 0.13 45.18 0.73 0.54
Hex DF B5 35 0 13 4C D 2D 49 36
Octal 337 265 65 0 23 114 15 55 111 66
Binary 11011111 10110101 110101 0 10011 1001100 1101 101101 1001001 110110

Color Harmonies of #DFB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB535

Black with #DFB535

Text Example


Text Example

White with #DFB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB535; }

 p { color: rgb(223,181,53); }

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

background-color css

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

 a { background-color: rgb(223,181,53); }

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

border-color css

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

 span { border-color: rgb(223,181,53); }

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