Html Css Color HEX #DCBC28 Gold Tips

📋 copy color: '#DCBC28'

red 220 ◦ green 188 ◦ blue 40

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

Shades of Gold Tips #DCBC28

Tints of Gold Tips #DCBC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 49.11%
G = 41.96%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCBC28 (or 0xDCBC28) is known color: Gold Tips. HEX triplet: DC, BC and 28. RGB value is (220,188,40). Sum of RGB (Red+Green+Blue) = 220+188+40=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC28 is #2343D7. Grayscale: #B5B5B5. Windows color (decimal): -2311128 or 2669788. OLE color: 2669788.

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

Color convert

RGB 220 188 40 -
CMYK 0 0.15 0.82 0.14
HSL 49.33º 0.72% 0.51% -
HSV(B) 49.33º 0.82% 0.86% -
XYZ 47.88 51.34 9.39 -
YUV 180.7 48.6 156.03 -
System Red Green Blue C M Y K H S L
Decimal 220 188 40 0 0.15 0.82 0.14 49.33 0.72 0.51
Hex DC BC 28 0 F 52 E 31 48 33
Octal 334 274 50 0 17 122 16 61 110 63
Binary 11011100 10111100 101000 0 1111 1010010 1110 110001 1001000 110011

Color Harmonies of #DCBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC28

Black with #DCBC28

Text Example


Text Example

White with #DCBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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