Html Css Color HEX #DFB636 Metallic Gold

📋 copy color: '#DFB636'

red 223 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #DFB636

Tints of Metallic Gold #DFB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 48.58%
G = 39.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFB636 (or 0xDFB636) is known color: Metallic Gold. HEX triplet: DF, B6 and 36. RGB value is (223,182,54). Sum of RGB (Red+Green+Blue) = 223+182+54=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB636 is #2049C9. Grayscale: #B4B4B4. Windows color (decimal): -2116042 or 3585759. OLE color: 3585759.

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

Color convert

RGB 223 182 54 -
CMYK 0 0.18 0.76 0.13
HSL 45.44º 0.73% 0.54% -
HSV(B) 45.44º 0.76% 0.87% -
XYZ 47.83 49.41 10.51 -
YUV 179.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 223 182 54 0 0.18 0.76 0.13 45.44 0.73 0.54
Hex DF B6 36 0 12 4C D 2D 49 36
Octal 337 266 66 0 22 114 15 55 111 66
Binary 11011111 10110110 110110 0 10010 1001100 1101 101101 1001001 110110

Color Harmonies of #DFB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB636

Black with #DFB636

Text Example


Text Example

White with #DFB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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