Html Css Color HEX #DFB935 Metallic Gold

📋 copy color: '#DFB935'

red 223 ◦ green 185 ◦ blue 53

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

Shades of Metallic Gold #DFB935

Tints of Metallic Gold #DFB935

RGB

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

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

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

R = 48.37%
G = 40.13%
B = 11.5%

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

#DFB935 (or 0xDFB935) is known color: Metallic Gold. HEX triplet: DF, B9 and 35. RGB value is (223,185,53). Sum of RGB (Red+Green+Blue) = 223+185+53=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB935 is #2046CA. Grayscale: #B5B5B5. Windows color (decimal): -2115275 or 3520991. OLE color: 3520991.

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

Color convert

RGB 223 185 53 -
CMYK 0 0.17 0.76 0.13
HSL 46.59º 0.73% 0.54% -
HSV(B) 46.59º 0.76% 0.87% -
XYZ 48.42 50.64 10.59 -
YUV 181.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 223 185 53 0 0.17 0.76 0.13 46.59 0.73 0.54
Hex DF B9 35 0 11 4C D 2F 49 36
Octal 337 271 65 0 21 114 15 57 111 66
Binary 11011111 10111001 110101 0 10001 1001100 1101 101111 1001001 110110

Color Harmonies of #DFB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB935

Black with #DFB935

Text Example


Text Example

White with #DFB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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