Html Css Color HEX #DFB620 Gold Tips

📋 copy color: '#DFB620'

red 223 ◦ green 182 ◦ blue 32

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

Shades of Gold Tips #DFB620

Tints of Gold Tips #DFB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

 BLUE value IS 32 (12.89% from 255) = 7.32%

R = 51.03%
G = 41.65%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFB620 (or 0xDFB620) is known color: Gold Tips. HEX triplet: DF, B6 and 20. RGB value is (223,182,32). Sum of RGB (Red+Green+Blue) = 223+182+32=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB620 is #2049DF. Grayscale: #B1B1B1. Windows color (decimal): -2116064 or 2143967. OLE color: 2143967.

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

Color convert

RGB 223 182 32 -
CMYK 0 0.18 0.86 0.13
HSL 47.12º 0.75% 0.5% -
HSV(B) 47.12º 0.86% 0.87% -
XYZ 47.42 49.25 8.37 -
YUV 177.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 223 182 32 0 0.18 0.86 0.13 47.12 0.75 0.5
Hex DF B6 20 0 12 56 D 2F 4B 32
Octal 337 266 40 0 22 126 15 57 113 62
Binary 11011111 10110110 100000 0 10010 1010110 1101 101111 1001011 110010

Color Harmonies of #DFB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB620

Black with #DFB620

Text Example


Text Example

White with #DFB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB620; }

 p { color: rgb(223,182,32); }

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

background-color css

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

 a { background-color: rgb(223,182,32); }

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

border-color css

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

 span { border-color: rgb(223,182,32); }

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