Html Css Color HEX #DCB828 Gold Tips

📋 copy color: '#DCB828'

red 220 ◦ green 184 ◦ blue 40

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

Shades of Gold Tips #DCB828

Tints of Gold Tips #DCB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

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

R = 49.55%
G = 41.44%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB828 (or 0xDCB828) is known color: Gold Tips. HEX triplet: DC, B8 and 28. RGB value is (220,184,40). Sum of RGB (Red+Green+Blue) = 220+184+40=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB828 is #2347D7. Grayscale: #B2B2B2. Windows color (decimal): -2312152 or 2668764. OLE color: 2668764.

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

Color convert

RGB 220 184 40 -
CMYK 0 0.16 0.82 0.14
HSL 48º 0.72% 0.51% -
HSV(B) 48º 0.82% 0.86% -
XYZ 47.04 49.65 9.11 -
YUV 178.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 220 184 40 0 0.16 0.82 0.14 48 0.72 0.51
Hex DC B8 28 0 10 52 E 30 48 33
Octal 334 270 50 0 20 122 16 60 110 63
Binary 11011100 10111000 101000 0 10000 1010010 1110 110000 1001000 110011

Color Harmonies of #DCB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB828

Black with #DCB828

Text Example


Text Example

White with #DCB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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