Html Css Color HEX #DFB536 Metallic Gold

📋 copy color: '#DFB536'

red 223 ◦ green 181 ◦ blue 54

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

Shades of Metallic Gold #DFB536

Tints of Metallic Gold #DFB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.79%

R = 48.69%
G = 39.52%
B = 11.79%

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

#DFB536 (or 0xDFB536) is known color: Metallic Gold. HEX triplet: DF, B5 and 36. RGB value is (223,181,54). Sum of RGB (Red+Green+Blue) = 223+181+54=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB536 is #204AC9. Grayscale: #B3B3B3. Windows color (decimal): -2116298 or 3585503. OLE color: 3585503.

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

Color convert

RGB 223 181 54 -
CMYK 0 0.19 0.76 0.13
HSL 45.09º 0.73% 0.54% -
HSV(B) 45.09º 0.76% 0.87% -
XYZ 47.62 49 10.44 -
YUV 179.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 223 181 54 0 0.19 0.76 0.13 45.09 0.73 0.54
Hex DF B5 36 0 13 4C D 2D 49 36
Octal 337 265 66 0 23 114 15 55 111 66
Binary 11011111 10110101 110110 0 10011 1001100 1101 101101 1001001 110110

Color Harmonies of #DFB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB536

Black with #DFB536

Text Example


Text Example

White with #DFB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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