Html Css Color HEX #DCB928 Gold Tips

📋 copy color: '#DCB928'

red 220 ◦ green 185 ◦ blue 40

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

Shades of Gold Tips #DCB928

Tints of Gold Tips #DCB928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 49.44%
G = 41.57%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB928 (or 0xDCB928) is known color: Gold Tips. HEX triplet: DC, B9 and 28. RGB value is (220,185,40). Sum of RGB (Red+Green+Blue) = 220+185+40=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB928 is #2346D7. Grayscale: #B3B3B3. Windows color (decimal): -2311896 or 2669020. OLE color: 2669020.

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

Color convert

RGB 220 185 40 -
CMYK 0 0.16 0.82 0.14
HSL 48.33º 0.72% 0.51% -
HSV(B) 48.33º 0.82% 0.86% -
XYZ 47.25 50.07 9.18 -
YUV 178.94 49.6 157.29 -
System Red Green Blue C M Y K H S L
Decimal 220 185 40 0 0.16 0.82 0.14 48.33 0.72 0.51
Hex DC B9 28 0 10 52 E 30 48 33
Octal 334 271 50 0 20 122 16 60 110 63
Binary 11011100 10111001 101000 0 10000 1010010 1110 110000 1001000 110011

Color Harmonies of #DCB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB928

Black with #DCB928

Text Example


Text Example

White with #DCB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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