Html Css Color HEX #DCB726 Gold Tips

📋 copy color: '#DCB726'

red 220 ◦ green 183 ◦ blue 38

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

Shades of Gold Tips #DCB726

Tints of Gold Tips #DCB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 38 (15.23% from 255) = 8.62%

R = 49.89%
G = 41.5%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB726 (or 0xDCB726) is known color: Gold Tips. HEX triplet: DC, B7 and 26. RGB value is (220,183,38). Sum of RGB (Red+Green+Blue) = 220+183+38=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB726 is #2348D9. Grayscale: #B2B2B2. Windows color (decimal): -2312410 or 2537436. OLE color: 2537436.

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

Color convert

RGB 220 183 38 -
CMYK 0 0.17 0.83 0.14
HSL 47.8º 0.72% 0.51% -
HSV(B) 47.8º 0.83% 0.86% -
XYZ 46.8 49.22 8.87 -
YUV 177.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 220 183 38 0 0.17 0.83 0.14 47.8 0.72 0.51
Hex DC B7 26 0 11 53 E 30 48 33
Octal 334 267 46 0 21 123 16 60 110 63
Binary 11011100 10110111 100110 0 10001 1010011 1110 110000 1001000 110011

Color Harmonies of #DCB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB726

Black with #DCB726

Text Example


Text Example

White with #DCB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB726; }

 p { color: rgb(220,183,38); }

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

background-color css

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

 a { background-color: rgb(220,183,38); }

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

border-color css

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

 span { border-color: rgb(220,183,38); }

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