Html Css Color HEX #DCB721 Gold Tips

📋 copy color: '#DCB721'

red 220 ◦ green 183 ◦ blue 33

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

Shades of Gold Tips #DCB721

Tints of Gold Tips #DCB721

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 50.46%
G = 41.97%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB721 (or 0xDCB721) is known color: Gold Tips. HEX triplet: DC, B7 and 21. RGB value is (220,183,33). Sum of RGB (Red+Green+Blue) = 220+183+33=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB721 is #2348DE. Grayscale: #B1B1B1. Windows color (decimal): -2312415 or 2209756. OLE color: 2209756.

HSL color Cylindrical-coordinate representation of color #DCB721: hue angle of 48.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB721 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 33 -
CMYK 0 0.17 0.85 0.14
HSL 48.13º 0.74% 0.5% -
HSV(B) 48.13º 0.85% 0.86% -
XYZ 46.72 49.19 8.47 -
YUV 176.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 220 183 33 0 0.17 0.85 0.14 48.13 0.74 0.5
Hex DC B7 21 0 11 55 E 30 4A 32
Octal 334 267 41 0 21 125 16 60 112 62
Binary 11011100 10110111 100001 0 10001 1010101 1110 110000 1001010 110010

Color Harmonies of #DCB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB721

Black with #DCB721

Text Example


Text Example

White with #DCB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB721; }

 p { color: rgb(220,183,33); }

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

background-color css

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

 a { background-color: rgb(220,183,33); }

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

border-color css

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

 span { border-color: rgb(220,183,33); }

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