Html Css Color HEX #DCBC3C Old Gold

📋 copy color: '#DCBC3C'

red 220 ◦ green 188 ◦ blue 60

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

Shades of Old Gold #DCBC3C

Tints of Old Gold #DCBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 47.01%
G = 40.17%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCBC3C (or 0xDCBC3C) is known color: Old Gold. HEX triplet: DC, BC and 3C. RGB value is (220,188,60). Sum of RGB (Red+Green+Blue) = 220+188+60=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC3C is #2343C3. Grayscale: #B7B7B7. Windows color (decimal): -2311108 or 3980508. OLE color: 3980508.

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

Color convert

RGB 220 188 60 -
CMYK 0 0.15 0.73 0.14
HSL 48º 0.7% 0.55% -
HSV(B) 48º 0.73% 0.86% -
XYZ 48.31 51.51 11.67 -
YUV 182.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 220 188 60 0 0.15 0.73 0.14 48 0.7 0.55
Hex DC BC 3C 0 F 49 E 30 46 37
Octal 334 274 74 0 17 111 16 60 106 67
Binary 11011100 10111100 111100 0 1111 1001001 1110 110000 1000110 110111

Color Harmonies of #DCBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC3C

Black with #DCBC3C

Text Example


Text Example

White with #DCBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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