Html Css Color HEX #DCB944 Old Gold

📋 copy color: '#DCB944'

red 220 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #DCB944

Tints of Old Gold #DCB944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

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

R = 46.51%
G = 39.11%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB944 (or 0xDCB944) is known color: Old Gold. HEX triplet: DC, B9 and 44. RGB value is (220,185,68). Sum of RGB (Red+Green+Blue) = 220+185+68=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB944 is #2346BB. Grayscale: #B6B6B6. Windows color (decimal): -2311868 or 4504028. OLE color: 4504028.

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

Color convert

RGB 220 185 68 -
CMYK 0 0.16 0.69 0.14
HSL 46.18º 0.68% 0.56% -
HSV(B) 46.18º 0.69% 0.86% -
XYZ 47.91 50.33 12.66 -
YUV 182.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 220 185 68 0 0.16 0.69 0.14 46.18 0.68 0.56
Hex DC B9 44 0 10 45 E 2E 44 38
Octal 334 271 104 0 20 105 16 56 104 70
Binary 11011100 10111001 1000100 0 10000 1000101 1110 101110 1000100 111000

Color Harmonies of #DCB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB944

Black with #DCB944

Text Example


Text Example

White with #DCB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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