Html Css Color HEX #DCB320 Gold Tips

📋 copy color: '#DCB320'

red 220 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #DCB320

Tints of Gold Tips #DCB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 32 (12.89% from 255) = 7.42%

R = 51.04%
G = 41.53%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB320 (or 0xDCB320) is known color: Gold Tips. HEX triplet: DC, B3 and 20. RGB value is (220,179,32). Sum of RGB (Red+Green+Blue) = 220+179+32=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB320 is #234CDF. Grayscale: #AFAFAF. Windows color (decimal): -2313440 or 2143196. OLE color: 2143196.

HSL color Cylindrical-coordinate representation of color #DCB320: hue angle of 46.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB320 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 32 -
CMYK 0 0.19 0.85 0.14
HSL 46.91º 0.75% 0.49% -
HSV(B) 46.91º 0.85% 0.86% -
XYZ 45.9 47.56 8.13 -
YUV 174.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 220 179 32 0 0.19 0.85 0.14 46.91 0.75 0.49
Hex DC B3 20 0 13 55 E 2F 4B 31
Octal 334 263 40 0 23 125 16 57 113 61
Binary 11011100 10110011 100000 0 10011 1010101 1110 101111 1001011 110001

Color Harmonies of #DCB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB320

Black with #DCB320

Text Example


Text Example

White with #DCB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB320; }

 p { color: rgb(220,179,32); }

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

background-color css

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

 a { background-color: rgb(220,179,32); }

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

border-color css

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

 span { border-color: rgb(220,179,32); }

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