Html Css Color HEX #DCBA3E Old Gold

📋 copy color: '#DCBA3E'

red 220 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #DCBA3E

Tints of Old Gold #DCBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 47.01%
G = 39.74%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCBA3E (or 0xDCBA3E) is known color: Old Gold. HEX triplet: DC, BA and 3E. RGB value is (220,186,62). Sum of RGB (Red+Green+Blue) = 220+186+62=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA3E is #2345C1. Grayscale: #B6B6B6. Windows color (decimal): -2311618 or 4111068. OLE color: 4111068.

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

Color convert

RGB 220 186 62 -
CMYK 0 0.15 0.72 0.14
HSL 47.09º 0.69% 0.55% -
HSV(B) 47.09º 0.72% 0.86% -
XYZ 47.94 50.68 11.81 -
YUV 182.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 220 186 62 0 0.15 0.72 0.14 47.09 0.69 0.55
Hex DC BA 3E 0 F 48 E 2F 45 37
Octal 334 272 76 0 17 110 16 57 105 67
Binary 11011100 10111010 111110 0 1111 1001000 1110 101111 1000101 110111

Color Harmonies of #DCBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA3E

Black with #DCBA3E

Text Example


Text Example

White with #DCBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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