Html Css Color HEX #DCB947 Old Gold

📋 copy color: '#DCB947'

red 220 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #DCB947

Tints of Old Gold #DCB947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.92%

R = 46.22%
G = 38.87%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB947 (or 0xDCB947) is known color: Old Gold. HEX triplet: DC, B9 and 47. RGB value is (220,185,71). Sum of RGB (Red+Green+Blue) = 220+185+71=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB947 is #2346B8. Grayscale: #B6B6B6. Windows color (decimal): -2311865 or 4700636. OLE color: 4700636.

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

Color convert

RGB 220 185 71 -
CMYK 0 0.16 0.68 0.14
HSL 45.91º 0.68% 0.57% -
HSV(B) 45.91º 0.68% 0.86% -
XYZ 48 50.37 13.15 -
YUV 182.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 220 185 71 0 0.16 0.68 0.14 45.91 0.68 0.57
Hex DC B9 47 0 10 44 E 2E 44 39
Octal 334 271 107 0 20 104 16 56 104 71
Binary 11011100 10111001 1000111 0 10000 1000100 1110 101110 1000100 111001

Color Harmonies of #DCB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB947

Black with #DCB947

Text Example


Text Example

White with #DCB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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