Html Css Color HEX #DFB532 Gold Tips

📋 copy color: '#DFB532'

red 223 ◦ green 181 ◦ blue 50

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

Shades of Gold Tips #DFB532

Tints of Gold Tips #DFB532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 49.12%
G = 39.87%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB532 (or 0xDFB532) is known color: Gold Tips. HEX triplet: DF, B5 and 32. RGB value is (223,181,50). Sum of RGB (Red+Green+Blue) = 223+181+50=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB532 is #204ACD. Grayscale: #B3B3B3. Windows color (decimal): -2116302 or 3323359. OLE color: 3323359.

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

Color convert

RGB 223 181 50 -
CMYK 0 0.19 0.78 0.13
HSL 45.43º 0.73% 0.54% -
HSV(B) 45.43º 0.78% 0.87% -
XYZ 47.53 48.97 9.96 -
YUV 178.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 223 181 50 0 0.19 0.78 0.13 45.43 0.73 0.54
Hex DF B5 32 0 13 4E D 2D 49 36
Octal 337 265 62 0 23 116 15 55 111 66
Binary 11011111 10110101 110010 0 10011 1001110 1101 101101 1001001 110110

Color Harmonies of #DFB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB532

Black with #DFB532

Text Example


Text Example

White with #DFB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB532; }

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

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

background-color css

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

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

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

border-color css

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

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

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