Html Css Color HEX #DCB429 Gold Tips

📋 copy color: '#DCB429'

red 220 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #DCB429

Tints of Gold Tips #DCB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 49.89%
G = 40.82%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB429 (or 0xDCB429) is known color: Gold Tips. HEX triplet: DC, B4 and 29. RGB value is (220,180,41). Sum of RGB (Red+Green+Blue) = 220+180+41=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB429 is #234BD6. Grayscale: #B0B0B0. Windows color (decimal): -2313175 or 2733276. OLE color: 2733276.

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

Color convert

RGB 220 180 41 -
CMYK 0 0.18 0.81 0.14
HSL 46.59º 0.72% 0.51% -
HSV(B) 46.59º 0.81% 0.86% -
XYZ 46.24 48.02 8.93 -
YUV 176.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 220 180 41 0 0.18 0.81 0.14 46.59 0.72 0.51
Hex DC B4 29 0 12 51 E 2F 48 33
Octal 334 264 51 0 22 121 16 57 110 63
Binary 11011100 10110100 101001 0 10010 1010001 1110 101111 1001000 110011

Color Harmonies of #DCB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB429

Black with #DCB429

Text Example


Text Example

White with #DCB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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