Html Css Color HEX #DFB335 Metallic Gold

📋 copy color: '#DFB335'

red 223 ◦ green 179 ◦ blue 53

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

Shades of Metallic Gold #DFB335

Tints of Metallic Gold #DFB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

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

R = 49.01%
G = 39.34%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFB335 (or 0xDFB335) is known color: Metallic Gold. HEX triplet: DF, B3 and 35. RGB value is (223,179,53). Sum of RGB (Red+Green+Blue) = 223+179+53=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB335 is #204CCA. Grayscale: #B2B2B2. Windows color (decimal): -2116811 or 3519455. OLE color: 3519455.

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

Color convert

RGB 223 179 53 -
CMYK 0 0.20 0.76 0.13
HSL 44.47º 0.73% 0.54% -
HSV(B) 44.47º 0.76% 0.87% -
XYZ 47.19 48.19 10.18 -
YUV 177.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 223 179 53 0 0.20 0.76 0.13 44.47 0.73 0.54
Hex DF B3 35 0 14 4C D 2C 49 36
Octal 337 263 65 0 24 114 15 54 111 66
Binary 11011111 10110011 110101 0 10100 1001100 1101 101100 1001001 110110

Color Harmonies of #DFB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB335

Black with #DFB335

Text Example


Text Example

White with #DFB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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