Html Css Color HEX #DCB945 Old Gold

📋 copy color: '#DCB945'

red 220 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #DCB945

Tints of Old Gold #DCB945

RGB

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

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

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

R = 46.41%
G = 39.03%
B = 14.56%

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

#DCB945 (or 0xDCB945) is known color: Old Gold. HEX triplet: DC, B9 and 45. RGB value is (220,185,69). Sum of RGB (Red+Green+Blue) = 220+185+69=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB945 is #2346BA. Grayscale: #B6B6B6. Windows color (decimal): -2311867 or 4569564. OLE color: 4569564.

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

Color convert

RGB 220 185 69 -
CMYK 0 0.16 0.69 0.14
HSL 46.09º 0.68% 0.57% -
HSV(B) 46.09º 0.69% 0.86% -
XYZ 47.94 50.34 12.82 -
YUV 182.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 220 185 69 0 0.16 0.69 0.14 46.09 0.68 0.57
Hex DC B9 45 0 10 45 E 2E 44 39
Octal 334 271 105 0 20 105 16 56 104 71
Binary 11011100 10111001 1000101 0 10000 1000101 1110 101110 1000100 111001

Color Harmonies of #DCB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB945

Black with #DCB945

Text Example


Text Example

White with #DCB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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