Html Css Color HEX #DFB032 Gold Tips

📋 copy color: '#DFB032'

red 223 ◦ green 176 ◦ blue 50

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

Shades of Gold Tips #DFB032

Tints of Gold Tips #DFB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

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

R = 49.67%
G = 39.2%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB032 (or 0xDFB032) is known color: Gold Tips. HEX triplet: DF, B0 and 32. RGB value is (223,176,50). Sum of RGB (Red+Green+Blue) = 223+176+50=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB032 is #204FCD. Grayscale: #B0B0B0. Windows color (decimal): -2117582 or 3322079. OLE color: 3322079.

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

Color convert

RGB 223 176 50 -
CMYK 0 0.21 0.78 0.13
HSL 43.7º 0.73% 0.54% -
HSV(B) 43.7º 0.78% 0.87% -
XYZ 46.53 46.97 9.63 -
YUV 175.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 223 176 50 0 0.21 0.78 0.13 43.7 0.73 0.54
Hex DF B0 32 0 15 4E D 2C 49 36
Octal 337 260 62 0 25 116 15 54 111 66
Binary 11011111 10110000 110010 0 10101 1001110 1101 101100 1001001 110110

Color Harmonies of #DFB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB032

Black with #DFB032

Text Example


Text Example

White with #DFB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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