Html Css Color HEX #DCB845 Old Gold

📋 copy color: '#DCB845'

red 220 ◦ green 184 ◦ blue 69

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

Shades of Old Gold #DCB845

Tints of Old Gold #DCB845

RGB

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

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

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

R = 46.51%
G = 38.9%
B = 14.59%

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

#DCB845 (or 0xDCB845) is known color: Old Gold. HEX triplet: DC, B8 and 45. RGB value is (220,184,69). Sum of RGB (Red+Green+Blue) = 220+184+69=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB845 is #2347BA. Grayscale: #B6B6B6. Windows color (decimal): -2312123 or 4569308. OLE color: 4569308.

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

Color convert

RGB 220 184 69 -
CMYK 0 0.16 0.69 0.14
HSL 45.7º 0.68% 0.57% -
HSV(B) 45.7º 0.69% 0.86% -
XYZ 47.73 49.93 12.75 -
YUV 181.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 220 184 69 0 0.16 0.69 0.14 45.7 0.68 0.57
Hex DC B8 45 0 10 45 E 2E 44 39
Octal 334 270 105 0 20 105 16 56 104 71
Binary 11011100 10111000 1000101 0 10000 1000101 1110 101110 1000100 111001

Color Harmonies of #DCB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB845

Black with #DCB845

Text Example


Text Example

White with #DCB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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