Html Css Color HEX #DCB329 Gold Tips

📋 copy color: '#DCB329'

red 220 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #DCB329

Tints of Gold Tips #DCB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 50%
G = 40.68%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB329 (or 0xDCB329) is known color: Gold Tips. HEX triplet: DC, B3 and 29. RGB value is (220,179,41). Sum of RGB (Red+Green+Blue) = 220+179+41=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB329 is #234CD6. Grayscale: #B0B0B0. Windows color (decimal): -2313431 or 2733020. OLE color: 2733020.

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

Color convert

RGB 220 179 41 -
CMYK 0 0.19 0.81 0.14
HSL 46.26º 0.72% 0.51% -
HSV(B) 46.26º 0.81% 0.86% -
XYZ 46.04 47.62 8.86 -
YUV 175.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 220 179 41 0 0.19 0.81 0.14 46.26 0.72 0.51
Hex DC B3 29 0 13 51 E 2E 48 33
Octal 334 263 51 0 23 121 16 56 110 63
Binary 11011100 10110011 101001 0 10011 1010001 1110 101110 1001000 110011

Color Harmonies of #DCB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB329

Black with #DCB329

Text Example


Text Example

White with #DCB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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