Html Css Color HEX #DCBC29 Gold Tips

📋 copy color: '#DCBC29'

red 220 ◦ green 188 ◦ blue 41

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

Shades of Gold Tips #DCBC29

Tints of Gold Tips #DCBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

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

R = 49%
G = 41.87%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCBC29 (or 0xDCBC29) is known color: Gold Tips. HEX triplet: DC, BC and 29. RGB value is (220,188,41). Sum of RGB (Red+Green+Blue) = 220+188+41=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC29 is #2343D6. Grayscale: #B5B5B5. Windows color (decimal): -2311127 or 2735324. OLE color: 2735324.

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

Color convert

RGB 220 188 41 -
CMYK 0 0.15 0.81 0.14
HSL 49.27º 0.72% 0.51% -
HSV(B) 49.27º 0.81% 0.86% -
XYZ 47.9 51.34 9.48 -
YUV 180.81 49.1 155.95 -
System Red Green Blue C M Y K H S L
Decimal 220 188 41 0 0.15 0.81 0.14 49.27 0.72 0.51
Hex DC BC 29 0 F 51 E 31 48 33
Octal 334 274 51 0 17 121 16 61 110 63
Binary 11011100 10111100 101001 0 1111 1010001 1110 110001 1001000 110011

Color Harmonies of #DCBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC29

Black with #DCBC29

Text Example


Text Example

White with #DCBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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