Html Css Color HEX #DCB326 Gold Tips

📋 copy color: '#DCB326'

red 220 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #DCB326

Tints of Gold Tips #DCB326

RGB

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

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

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

R = 50.34%
G = 40.96%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB326 (or 0xDCB326) is known color: Gold Tips. HEX triplet: DC, B3 and 26. RGB value is (220,179,38). Sum of RGB (Red+Green+Blue) = 220+179+38=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB326 is #234CD9. Grayscale: #AFAFAF. Windows color (decimal): -2313434 or 2536412. OLE color: 2536412.

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

Color convert

RGB 220 179 38 -
CMYK 0 0.19 0.83 0.14
HSL 46.48º 0.72% 0.51% -
HSV(B) 46.48º 0.83% 0.86% -
XYZ 45.99 47.6 8.6 -
YUV 175.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 220 179 38 0 0.19 0.83 0.14 46.48 0.72 0.51
Hex DC B3 26 0 13 53 E 2E 48 33
Octal 334 263 46 0 23 123 16 56 110 63
Binary 11011100 10110011 100110 0 10011 1010011 1110 101110 1001000 110011

Color Harmonies of #DCB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB326

Black with #DCB326

Text Example


Text Example

White with #DCB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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