Html Css Color HEX #DCB328 Gold Tips

📋 copy color: '#DCB328'

red 220 ◦ green 179 ◦ blue 40

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

Shades of Gold Tips #DCB328

Tints of Gold Tips #DCB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 50.11%
G = 40.77%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB328 (or 0xDCB328) is known color: Gold Tips. HEX triplet: DC, B3 and 28. RGB value is (220,179,40). Sum of RGB (Red+Green+Blue) = 220+179+40=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB328 is #234CD7. Grayscale: #B0B0B0. Windows color (decimal): -2313432 or 2667484. OLE color: 2667484.

HSL color Cylindrical-coordinate representation of color #DCB328: hue angle of 46.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCB328 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 40 -
CMYK 0 0.19 0.82 0.14
HSL 46.33º 0.72% 0.51% -
HSV(B) 46.33º 0.82% 0.86% -
XYZ 46.02 47.61 8.77 -
YUV 175.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 220 179 40 0 0.19 0.82 0.14 46.33 0.72 0.51
Hex DC B3 28 0 13 52 E 2E 48 33
Octal 334 263 50 0 23 122 16 56 110 63
Binary 11011100 10110011 101000 0 10011 1010010 1110 101110 1001000 110011

Color Harmonies of #DCB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB328

Black with #DCB328

Text Example


Text Example

White with #DCB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB328; }

 p { color: rgb(220,179,40); }

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

background-color css

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

 a { background-color: rgb(220,179,40); }

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

border-color css

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

 span { border-color: rgb(220,179,40); }

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