Html Css Color HEX #DFB421 Gold Tips

📋 copy color: '#DFB421'

red 223 ◦ green 180 ◦ blue 33

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

Shades of Gold Tips #DFB421

Tints of Gold Tips #DFB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 51.15%
G = 41.28%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB421 (or 0xDFB421) is known color: Gold Tips. HEX triplet: DF, B4 and 21. RGB value is (223,180,33). Sum of RGB (Red+Green+Blue) = 223+180+33=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB421 is #204BDE. Grayscale: #B0B0B0. Windows color (decimal): -2116575 or 2208991. OLE color: 2208991.

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

Color convert

RGB 223 180 33 -
CMYK 0 0.19 0.85 0.13
HSL 46.42º 0.75% 0.5% -
HSV(B) 46.42º 0.85% 0.87% -
XYZ 47.03 48.44 8.31 -
YUV 176.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 223 180 33 0 0.19 0.85 0.13 46.42 0.75 0.5
Hex DF B4 21 0 13 55 D 2E 4B 32
Octal 337 264 41 0 23 125 15 56 113 62
Binary 11011111 10110100 100001 0 10011 1010101 1101 101110 1001011 110010

Color Harmonies of #DFB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB421

Black with #DFB421

Text Example


Text Example

White with #DFB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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