Html Css Color HEX #DCBC2C Gold Tips

📋 copy color: '#DCBC2C'

red 220 ◦ green 188 ◦ blue 44

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

Shades of Gold Tips #DCBC2C

Tints of Gold Tips #DCBC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 48.67%
G = 41.59%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCBC2C (or 0xDCBC2C) is known color: Gold Tips. HEX triplet: DC, BC and 2C. RGB value is (220,188,44). Sum of RGB (Red+Green+Blue) = 220+188+44=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC2C is #2343D3. Grayscale: #B5B5B5. Windows color (decimal): -2311124 or 2931932. OLE color: 2931932.

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

Color convert

RGB 220 188 44 -
CMYK 0 0.15 0.8 0.14
HSL 49.09º 0.72% 0.52% -
HSV(B) 49.09º 0.8% 0.86% -
XYZ 47.95 51.36 9.77 -
YUV 181.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 220 188 44 0 0.15 0.8 0.14 49.09 0.72 0.52
Hex DC BC 2C 0 F 50 E 31 48 34
Octal 334 274 54 0 17 120 16 61 110 64
Binary 11011100 10111100 101100 0 1111 1010000 1110 110001 1001000 110100

Color Harmonies of #DCBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC2C

Black with #DCBC2C

Text Example


Text Example

White with #DCBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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