Html Css Color HEX #DCB528 Gold Tips

📋 copy color: '#DCB528'

red 220 ◦ green 181 ◦ blue 40

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

Shades of Gold Tips #DCB528

Tints of Gold Tips #DCB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 49.89%
G = 41.04%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB528 (or 0xDCB528) is known color: Gold Tips. HEX triplet: DC, B5 and 28. RGB value is (220,181,40). Sum of RGB (Red+Green+Blue) = 220+181+40=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB528 is #234AD7. Grayscale: #B1B1B1. Windows color (decimal): -2312920 or 2667996. OLE color: 2667996.

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

Color convert

RGB 220 181 40 -
CMYK 0 0.18 0.82 0.14
HSL 47º 0.72% 0.51% -
HSV(B) 47º 0.82% 0.86% -
XYZ 46.42 48.42 8.91 -
YUV 176.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 220 181 40 0 0.18 0.82 0.14 47 0.72 0.51
Hex DC B5 28 0 12 52 E 2F 48 33
Octal 334 265 50 0 22 122 16 57 110 63
Binary 11011100 10110101 101000 0 10010 1010010 1110 101111 1001000 110011

Color Harmonies of #DCB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB528

Black with #DCB528

Text Example


Text Example

White with #DCB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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