Html Css Color HEX #DCB221 Gold Tips

📋 copy color: '#DCB221'

red 220 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #DCB221

Tints of Gold Tips #DCB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 51.04%
G = 41.3%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB221 (or 0xDCB221) is known color: Gold Tips. HEX triplet: DC, B2 and 21. RGB value is (220,178,33). Sum of RGB (Red+Green+Blue) = 220+178+33=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB221 is #234DDE. Grayscale: #AEAEAE. Windows color (decimal): -2313695 or 2208476. OLE color: 2208476.

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

Color convert

RGB 220 178 33 -
CMYK 0 0.19 0.85 0.14
HSL 46.52º 0.74% 0.5% -
HSV(B) 46.52º 0.85% 0.86% -
XYZ 45.71 47.17 8.13 -
YUV 174.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 220 178 33 0 0.19 0.85 0.14 46.52 0.74 0.5
Hex DC B2 21 0 13 55 E 2F 4A 32
Octal 334 262 41 0 23 125 16 57 112 62
Binary 11011100 10110010 100001 0 10011 1010101 1110 101111 1001010 110010

Color Harmonies of #DCB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB221

Black with #DCB221

Text Example


Text Example

White with #DCB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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