Html Css Color HEX #DCBA45 Old Gold

📋 copy color: '#DCBA45'

red 220 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #DCBA45

Tints of Old Gold #DCBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 46.32%
G = 39.16%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCBA45 (or 0xDCBA45) is known color: Old Gold. HEX triplet: DC, BA and 45. RGB value is (220,186,69). Sum of RGB (Red+Green+Blue) = 220+186+69=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA45 is #2345BA. Grayscale: #B7B7B7. Windows color (decimal): -2311611 or 4569820. OLE color: 4569820.

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

Color convert

RGB 220 186 69 -
CMYK 0 0.15 0.69 0.14
HSL 46.49º 0.68% 0.57% -
HSV(B) 46.49º 0.69% 0.86% -
XYZ 48.15 50.76 12.89 -
YUV 182.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 220 186 69 0 0.15 0.69 0.14 46.49 0.68 0.57
Hex DC BA 45 0 F 45 E 2E 44 39
Octal 334 272 105 0 17 105 16 56 104 71
Binary 11011100 10111010 1000101 0 1111 1000101 1110 101110 1000100 111001

Color Harmonies of #DCBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA45

Black with #DCBA45

Text Example


Text Example

White with #DCBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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