Html Css Color HEX #DCB524 Gold Tips

📋 copy color: '#DCB524'

red 220 ◦ green 181 ◦ blue 36

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

Shades of Gold Tips #DCB524

Tints of Gold Tips #DCB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 50.34%
G = 41.42%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB524 (or 0xDCB524) is known color: Gold Tips. HEX triplet: DC, B5 and 24. RGB value is (220,181,36). Sum of RGB (Red+Green+Blue) = 220+181+36=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB524 is #234ADB. Grayscale: #B0B0B0. Windows color (decimal): -2312924 or 2405852. OLE color: 2405852.

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

Color convert

RGB 220 181 36 -
CMYK 0 0.18 0.84 0.14
HSL 47.28º 0.72% 0.5% -
HSV(B) 47.28º 0.84% 0.86% -
XYZ 46.36 48.39 8.57 -
YUV 176.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 220 181 36 0 0.18 0.84 0.14 47.28 0.72 0.5
Hex DC B5 24 0 12 54 E 2F 48 32
Octal 334 265 44 0 22 124 16 57 110 62
Binary 11011100 10110101 100100 0 10010 1010100 1110 101111 1001000 110010

Color Harmonies of #DCB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB524

Black with #DCB524

Text Example


Text Example

White with #DCB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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