Html Css Color HEX #DCB028 Gold Tips

📋 copy color: '#DCB028'

red 220 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #DCB028

Tints of Gold Tips #DCB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 50.46%
G = 40.37%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB028 (or 0xDCB028) is known color: Gold Tips. HEX triplet: DC, B0 and 28. RGB value is (220,176,40). Sum of RGB (Red+Green+Blue) = 220+176+40=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB028 is #234FD7. Grayscale: #AEAEAE. Windows color (decimal): -2314200 or 2666716. OLE color: 2666716.

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

Color convert

RGB 220 176 40 -
CMYK 0 0.2 0.82 0.14
HSL 45.33º 0.72% 0.51% -
HSV(B) 45.33º 0.82% 0.86% -
XYZ 45.42 46.42 8.57 -
YUV 173.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 220 176 40 0 0.2 0.82 0.14 45.33 0.72 0.51
Hex DC B0 28 0 14 52 E 2D 48 33
Octal 334 260 50 0 24 122 16 55 110 63
Binary 11011100 10110000 101000 0 10100 1010010 1110 101101 1001000 110011

Color Harmonies of #DCB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB028

Black with #DCB028

Text Example


Text Example

White with #DCB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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