Html Css Color HEX #DCB824 Gold Tips

📋 copy color: '#DCB824'

red 220 ◦ green 184 ◦ blue 36

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

Shades of Gold Tips #DCB824

Tints of Gold Tips #DCB824

RGB

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

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

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

R = 50%
G = 41.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB824 (or 0xDCB824) is known color: Gold Tips. HEX triplet: DC, B8 and 24. RGB value is (220,184,36). Sum of RGB (Red+Green+Blue) = 220+184+36=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB824 is #2347DB. Grayscale: #B2B2B2. Windows color (decimal): -2312156 or 2406620. OLE color: 2406620.

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

Color convert

RGB 220 184 36 -
CMYK 0 0.16 0.84 0.14
HSL 48.26º 0.72% 0.5% -
HSV(B) 48.26º 0.84% 0.86% -
XYZ 46.97 49.62 8.77 -
YUV 177.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 220 184 36 0 0.16 0.84 0.14 48.26 0.72 0.5
Hex DC B8 24 0 10 54 E 30 48 32
Octal 334 270 44 0 20 124 16 60 110 62
Binary 11011100 10111000 100100 0 10000 1010100 1110 110000 1001000 110010

Color Harmonies of #DCB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB824

Black with #DCB824

Text Example


Text Example

White with #DCB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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