Html Css Color HEX #DCBA44 Old Gold

📋 copy color: '#DCBA44'

red 220 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #DCBA44

Tints of Old Gold #DCBA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.35%

R = 46.41%
G = 39.24%
B = 14.35%

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

#DCBA44 (or 0xDCBA44) is known color: Old Gold. HEX triplet: DC, BA and 44. RGB value is (220,186,68). Sum of RGB (Red+Green+Blue) = 220+186+68=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA44 is #2345BB. Grayscale: #B7B7B7. Windows color (decimal): -2311612 or 4504284. OLE color: 4504284.

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

Color convert

RGB 220 186 68 -
CMYK 0 0.15 0.69 0.14
HSL 46.58º 0.68% 0.56% -
HSV(B) 46.58º 0.69% 0.86% -
XYZ 48.12 50.75 12.73 -
YUV 182.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 220 186 68 0 0.15 0.69 0.14 46.58 0.68 0.56
Hex DC BA 44 0 F 45 E 2F 44 38
Octal 334 272 104 0 17 105 16 57 104 70
Binary 11011100 10111010 1000100 0 1111 1000101 1110 101111 1000100 111000

Color Harmonies of #DCBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA44

Black with #DCBA44

Text Example


Text Example

White with #DCBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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