Html Css Color HEX #DCB840 Old Gold

📋 copy color: '#DCB840'

red 220 ◦ green 184 ◦ blue 64

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

Shades of Old Gold #DCB840

Tints of Old Gold #DCB840

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

 BLUE value IS 64 (25.39% from 255) = 13.68%

R = 47.01%
G = 39.32%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB840 (or 0xDCB840) is known color: Old Gold. HEX triplet: DC, B8 and 40. RGB value is (220,184,64). Sum of RGB (Red+Green+Blue) = 220+184+64=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB840 is #2347BF. Grayscale: #B5B5B5. Windows color (decimal): -2312128 or 4241628. OLE color: 4241628.

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

Color convert

RGB 220 184 64 -
CMYK 0 0.16 0.71 0.14
HSL 46.15º 0.69% 0.56% -
HSV(B) 46.15º 0.71% 0.86% -
XYZ 47.58 49.87 11.97 -
YUV 181.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 220 184 64 0 0.16 0.71 0.14 46.15 0.69 0.56
Hex DC B8 40 0 10 47 E 2E 45 38
Octal 334 270 100 0 20 107 16 56 105 70
Binary 11011100 10111000 1000000 0 10000 1000111 1110 101110 1000101 111000

Color Harmonies of #DCB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB840

Black with #DCB840

Text Example


Text Example

White with #DCB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB840; }

 p { color: rgb(220,184,64); }

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

background-color css

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

 a { background-color: rgb(220,184,64); }

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

border-color css

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

 span { border-color: rgb(220,184,64); }

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