Html Css Color HEX #DFB534 Metallic Gold

📋 copy color: '#DFB534'

red 223 ◦ green 181 ◦ blue 52

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

Shades of Metallic Gold #DFB534

Tints of Metallic Gold #DFB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.4%

R = 48.9%
G = 39.69%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB534 (or 0xDFB534) is known color: Metallic Gold. HEX triplet: DF, B5 and 34. RGB value is (223,181,52). Sum of RGB (Red+Green+Blue) = 223+181+52=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB534 is #204ACB. Grayscale: #B3B3B3. Windows color (decimal): -2116300 or 3454431. OLE color: 3454431.

HSL color Cylindrical-coordinate representation of color #DFB534: hue angle of 45.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB534 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 52 -
CMYK 0 0.19 0.77 0.13
HSL 45.26º 0.73% 0.54% -
HSV(B) 45.26º 0.77% 0.87% -
XYZ 47.58 48.98 10.2 -
YUV 178.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 223 181 52 0 0.19 0.77 0.13 45.26 0.73 0.54
Hex DF B5 34 0 13 4D D 2D 49 36
Octal 337 265 64 0 23 115 15 55 111 66
Binary 11011111 10110101 110100 0 10011 1001101 1101 101101 1001001 110110

Color Harmonies of #DFB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB534

Black with #DFB534

Text Example


Text Example

White with #DFB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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