Html Css Color HEX #DCB629 Gold Tips

📋 copy color: '#DCB629'

red 220 ◦ green 182 ◦ blue 41

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

Shades of Gold Tips #DCB629

Tints of Gold Tips #DCB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 49.66%
G = 41.08%
B = 9.26%

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

#DCB629 (or 0xDCB629) is known color: Gold Tips. HEX triplet: DC, B6 and 29. RGB value is (220,182,41). Sum of RGB (Red+Green+Blue) = 220+182+41=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB629 is #2349D6. Grayscale: #B1B1B1. Windows color (decimal): -2312663 or 2733788. OLE color: 2733788.

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

Color convert

RGB 220 182 41 -
CMYK 0 0.17 0.81 0.14
HSL 47.26º 0.72% 0.51% -
HSV(B) 47.26º 0.81% 0.86% -
XYZ 46.64 48.83 9.06 -
YUV 177.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 220 182 41 0 0.17 0.81 0.14 47.26 0.72 0.51
Hex DC B6 29 0 11 51 E 2F 48 33
Octal 334 266 51 0 21 121 16 57 110 63
Binary 11011100 10110110 101001 0 10001 1010001 1110 101111 1001000 110011

Color Harmonies of #DCB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB629

Black with #DCB629

Text Example


Text Example

White with #DCB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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