Html Css Color HEX #DFB321 Gold Tips

📋 copy color: '#DFB321'

red 223 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #DFB321

Tints of Gold Tips #DFB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 51.26%
G = 41.15%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB321 (or 0xDFB321) is known color: Gold Tips. HEX triplet: DF, B3 and 21. RGB value is (223,179,33). Sum of RGB (Red+Green+Blue) = 223+179+33=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB321 is #204CDE. Grayscale: #B0B0B0. Windows color (decimal): -2116831 or 2208735. OLE color: 2208735.

HSL color Cylindrical-coordinate representation of color #DFB321: hue angle of 46.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB321 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 33 -
CMYK 0 0.20 0.85 0.13
HSL 46.11º 0.75% 0.5% -
HSV(B) 46.11º 0.85% 0.87% -
XYZ 46.83 48.04 8.24 -
YUV 175.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 223 179 33 0 0.20 0.85 0.13 46.11 0.75 0.5
Hex DF B3 21 0 14 55 D 2E 4B 32
Octal 337 263 41 0 24 125 15 56 113 62
Binary 11011111 10110011 100001 0 10100 1010101 1101 101110 1001011 110010

Color Harmonies of #DFB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB321

Black with #DFB321

Text Example


Text Example

White with #DFB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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