Html Css Color HEX #DCBA3C Old Gold

📋 copy color: '#DCBA3C'

red 220 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #DCBA3C

Tints of Old Gold #DCBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 47.21%
G = 39.91%
B = 12.88%

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

#DCBA3C (or 0xDCBA3C) is known color: Old Gold. HEX triplet: DC, BA and 3C. RGB value is (220,186,60). Sum of RGB (Red+Green+Blue) = 220+186+60=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3C is #2345C3. Grayscale: #B6B6B6. Windows color (decimal): -2311620 or 3979996. OLE color: 3979996.

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

Color convert

RGB 220 186 60 -
CMYK 0 0.15 0.73 0.14
HSL 47.25º 0.7% 0.55% -
HSV(B) 47.25º 0.73% 0.86% -
XYZ 47.89 50.66 11.53 -
YUV 181.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 220 186 60 0 0.15 0.73 0.14 47.25 0.7 0.55
Hex DC BA 3C 0 F 49 E 2F 46 37
Octal 334 272 74 0 17 111 16 57 106 67
Binary 11011100 10111010 111100 0 1111 1001001 1110 101111 1000110 110111

Color Harmonies of #DCBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA3C

Black with #DCBA3C

Text Example


Text Example

White with #DCBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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