Html Css Color HEX #DFB738 Metallic Gold

📋 copy color: '#DFB738'

red 223 ◦ green 183 ◦ blue 56

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

Shades of Metallic Gold #DFB738

Tints of Metallic Gold #DFB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 56 (22.27% from 255) = 12.12%

R = 48.27%
G = 39.61%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DFB738 (or 0xDFB738) is known color: Metallic Gold. HEX triplet: DF, B7 and 38. RGB value is (223,183,56). Sum of RGB (Red+Green+Blue) = 223+183+56=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB738 is #2048C7. Grayscale: #B5B5B5. Windows color (decimal): -2115784 or 3717087. OLE color: 3717087.

HSL color Cylindrical-coordinate representation of color #DFB738: hue angle of 45.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFB738 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 183 56 -
CMYK 0 0.18 0.75 0.13
HSL 45.63º 0.72% 0.55% -
HSV(B) 45.63º 0.75% 0.87% -
XYZ 48.08 49.84 10.83 -
YUV 180.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 223 183 56 0 0.18 0.75 0.13 45.63 0.72 0.55
Hex DF B7 38 0 12 4B D 2E 48 37
Octal 337 267 70 0 22 113 15 56 110 67
Binary 11011111 10110111 111000 0 10010 1001011 1101 101110 1001000 110111

Color Harmonies of #DFB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB738

Black with #DFB738

Text Example


Text Example

White with #DFB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB738; }

 p { color: rgb(223,183,56); }

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

background-color css

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

 a { background-color: rgb(223,183,56); }

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

border-color css

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

 span { border-color: rgb(223,183,56); }

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