Html Css Color HEX #DFB329 Gold Tips

📋 copy color: '#DFB329'

red 223 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #DFB329

Tints of Gold Tips #DFB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 50.34%
G = 40.41%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB329 (or 0xDFB329) is known color: Gold Tips. HEX triplet: DF, B3 and 29. RGB value is (223,179,41). Sum of RGB (Red+Green+Blue) = 223+179+41=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB329 is #204CD6. Grayscale: #B1B1B1. Windows color (decimal): -2116823 or 2733023. OLE color: 2733023.

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

Color convert

RGB 223 179 41 -
CMYK 0 0.20 0.82 0.13
HSL 45.49º 0.74% 0.52% -
HSV(B) 45.49º 0.82% 0.87% -
XYZ 46.95 48.09 8.91 -
YUV 176.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 223 179 41 0 0.20 0.82 0.13 45.49 0.74 0.52
Hex DF B3 29 0 14 52 D 2D 4A 34
Octal 337 263 51 0 24 122 15 55 112 64
Binary 11011111 10110011 101001 0 10100 1010010 1101 101101 1001010 110100

Color Harmonies of #DFB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB329

Black with #DFB329

Text Example


Text Example

White with #DFB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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