Html Css Color HEX #DCB729 Gold Tips

📋 copy color: '#DCB729'

red 220 ◦ green 183 ◦ blue 41

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

Shades of Gold Tips #DCB729

Tints of Gold Tips #DCB729

RGB

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

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

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

R = 49.55%
G = 41.22%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB729 (or 0xDCB729) is known color: Gold Tips. HEX triplet: DC, B7 and 29. RGB value is (220,183,41). Sum of RGB (Red+Green+Blue) = 220+183+41=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB729 is #2348D6. Grayscale: #B2B2B2. Windows color (decimal): -2312407 or 2734044. OLE color: 2734044.

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

Color convert

RGB 220 183 41 -
CMYK 0 0.17 0.81 0.14
HSL 47.6º 0.72% 0.51% -
HSV(B) 47.6º 0.81% 0.86% -
XYZ 46.85 49.24 9.13 -
YUV 177.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 220 183 41 0 0.17 0.81 0.14 47.6 0.72 0.51
Hex DC B7 29 0 11 51 E 30 48 33
Octal 334 267 51 0 21 121 16 60 110 63
Binary 11011100 10110111 101001 0 10001 1010001 1110 110000 1001000 110011

Color Harmonies of #DCB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB729

Black with #DCB729

Text Example


Text Example

White with #DCB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB729; }

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

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

background-color css

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

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

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

border-color css

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

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

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