Html Css Color HEX #DFB529 Gold Tips

📋 copy color: '#DFB529'

red 223 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #DFB529

Tints of Gold Tips #DFB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 50.11%
G = 40.67%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB529 (or 0xDFB529) is known color: Gold Tips. HEX triplet: DF, B5 and 29. RGB value is (223,181,41). Sum of RGB (Red+Green+Blue) = 223+181+41=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB529 is #204AD6. Grayscale: #B2B2B2. Windows color (decimal): -2116311 or 2733535. OLE color: 2733535.

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

Color convert

RGB 223 181 41 -
CMYK 0 0.19 0.82 0.13
HSL 46.15º 0.74% 0.52% -
HSV(B) 46.15º 0.82% 0.87% -
XYZ 47.36 48.9 9.04 -
YUV 177.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 223 181 41 0 0.19 0.82 0.13 46.15 0.74 0.52
Hex DF B5 29 0 13 52 D 2E 4A 34
Octal 337 265 51 0 23 122 15 56 112 64
Binary 11011111 10110101 101001 0 10011 1010010 1101 101110 1001010 110100

Color Harmonies of #DFB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB529

Black with #DFB529

Text Example


Text Example

White with #DFB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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