Html Css Color HEX #DCB825 Gold Tips

📋 copy color: '#DCB825'

red 220 ◦ green 184 ◦ blue 37

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

Shades of Gold Tips #DCB825

Tints of Gold Tips #DCB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.39%

R = 49.89%
G = 41.72%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB825 (or 0xDCB825) is known color: Gold Tips. HEX triplet: DC, B8 and 25. RGB value is (220,184,37). Sum of RGB (Red+Green+Blue) = 220+184+37=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB825 is #2347DA. Grayscale: #B2B2B2. Windows color (decimal): -2312155 or 2472156. OLE color: 2472156.

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

Color convert

RGB 220 184 37 -
CMYK 0 0.16 0.83 0.14
HSL 48.2º 0.72% 0.5% -
HSV(B) 48.2º 0.83% 0.86% -
XYZ 46.99 49.63 8.85 -
YUV 178.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 220 184 37 0 0.16 0.83 0.14 48.2 0.72 0.5
Hex DC B8 25 0 10 53 E 30 48 32
Octal 334 270 45 0 20 123 16 60 110 62
Binary 11011100 10111000 100101 0 10000 1010011 1110 110000 1001000 110010

Color Harmonies of #DCB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB825

Black with #DCB825

Text Example


Text Example

White with #DCB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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