Html Css Color HEX #DCB521 Gold Tips

📋 copy color: '#DCB521'

red 220 ◦ green 181 ◦ blue 33

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

Shades of Gold Tips #DCB521

Tints of Gold Tips #DCB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

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

R = 50.69%
G = 41.71%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB521 (or 0xDCB521) is known color: Gold Tips. HEX triplet: DC, B5 and 21. RGB value is (220,181,33). Sum of RGB (Red+Green+Blue) = 220+181+33=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB521 is #234ADE. Grayscale: #B0B0B0. Windows color (decimal): -2312927 or 2209244. OLE color: 2209244.

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

Color convert

RGB 220 181 33 -
CMYK 0 0.18 0.85 0.14
HSL 47.49º 0.74% 0.5% -
HSV(B) 47.49º 0.85% 0.86% -
XYZ 46.31 48.37 8.33 -
YUV 175.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 220 181 33 0 0.18 0.85 0.14 47.49 0.74 0.5
Hex DC B5 21 0 12 55 E 2F 4A 32
Octal 334 265 41 0 22 125 16 57 112 62
Binary 11011100 10110101 100001 0 10010 1010101 1110 101111 1001010 110010

Color Harmonies of #DCB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB521

Black with #DCB521

Text Example


Text Example

White with #DCB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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