Html Css Color HEX #DCB829 Gold Tips

📋 copy color: '#DCB829'

red 220 ◦ green 184 ◦ blue 41

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

Shades of Gold Tips #DCB829

Tints of Gold Tips #DCB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

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

R = 49.44%
G = 41.35%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB829 (or 0xDCB829) is known color: Gold Tips. HEX triplet: DC, B8 and 29. RGB value is (220,184,41). Sum of RGB (Red+Green+Blue) = 220+184+41=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB829 is #2347D6. Grayscale: #B3B3B3. Windows color (decimal): -2312151 or 2734300. OLE color: 2734300.

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

Color convert

RGB 220 184 41 -
CMYK 0 0.16 0.81 0.14
HSL 47.93º 0.72% 0.51% -
HSV(B) 47.93º 0.81% 0.86% -
XYZ 47.06 49.66 9.2 -
YUV 178.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 220 184 41 0 0.16 0.81 0.14 47.93 0.72 0.51
Hex DC B8 29 0 10 51 E 30 48 33
Octal 334 270 51 0 20 121 16 60 110 63
Binary 11011100 10111000 101001 0 10000 1010001 1110 110000 1001000 110011

Color Harmonies of #DCB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB829

Black with #DCB829

Text Example


Text Example

White with #DCB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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