Html Css Color HEX #DCB844 Old Gold

📋 copy color: '#DCB844'

red 220 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #DCB844

Tints of Old Gold #DCB844

RGB

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

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

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

R = 46.61%
G = 38.98%
B = 14.41%

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

#DCB844 (or 0xDCB844) is known color: Old Gold. HEX triplet: DC, B8 and 44. RGB value is (220,184,68). Sum of RGB (Red+Green+Blue) = 220+184+68=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB844 is #2347BB. Grayscale: #B6B6B6. Windows color (decimal): -2312124 or 4503772. OLE color: 4503772.

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

Color convert

RGB 220 184 68 -
CMYK 0 0.16 0.69 0.14
HSL 45.79º 0.68% 0.56% -
HSV(B) 45.79º 0.69% 0.86% -
XYZ 47.7 49.91 12.59 -
YUV 181.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 220 184 68 0 0.16 0.69 0.14 45.79 0.68 0.56
Hex DC B8 44 0 10 45 E 2E 44 38
Octal 334 270 104 0 20 105 16 56 104 70
Binary 11011100 10111000 1000100 0 10000 1000101 1110 101110 1000100 111000

Color Harmonies of #DCB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB844

Black with #DCB844

Text Example


Text Example

White with #DCB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB844; }

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

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

background-color css

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

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

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

border-color css

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

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

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