Html Css Color HEX #DCB526 Gold Tips

📋 copy color: '#DCB526'

red 220 ◦ green 181 ◦ blue 38

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

Shades of Gold Tips #DCB526

Tints of Gold Tips #DCB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 50.11%
G = 41.23%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB526 (or 0xDCB526) is known color: Gold Tips. HEX triplet: DC, B5 and 26. RGB value is (220,181,38). Sum of RGB (Red+Green+Blue) = 220+181+38=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB526 is #234AD9. Grayscale: #B0B0B0. Windows color (decimal): -2312922 or 2536924. OLE color: 2536924.

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

Color convert

RGB 220 181 38 -
CMYK 0 0.18 0.83 0.14
HSL 47.14º 0.72% 0.51% -
HSV(B) 47.14º 0.83% 0.86% -
XYZ 46.39 48.4 8.73 -
YUV 176.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 220 181 38 0 0.18 0.83 0.14 47.14 0.72 0.51
Hex DC B5 26 0 12 53 E 2F 48 33
Octal 334 265 46 0 22 123 16 57 110 63
Binary 11011100 10110101 100110 0 10010 1010011 1110 101111 1001000 110011

Color Harmonies of #DCB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB526

Black with #DCB526

Text Example


Text Example

White with #DCB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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