Html Css Color HEX #DCB842 Old Gold

📋 copy color: '#DCB842'

red 220 ◦ green 184 ◦ blue 66

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

Shades of Old Gold #DCB842

Tints of Old Gold #DCB842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.04%

R = 46.81%
G = 39.15%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB842 (or 0xDCB842) is known color: Old Gold. HEX triplet: DC, B8 and 42. RGB value is (220,184,66). Sum of RGB (Red+Green+Blue) = 220+184+66=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB842 is #2347BD. Grayscale: #B5B5B5. Windows color (decimal): -2312126 or 4372700. OLE color: 4372700.

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

Color convert

RGB 220 184 66 -
CMYK 0 0.16 0.7 0.14
HSL 45.97º 0.69% 0.56% -
HSV(B) 45.97º 0.7% 0.86% -
XYZ 47.64 49.89 12.27 -
YUV 181.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 220 184 66 0 0.16 0.7 0.14 45.97 0.69 0.56
Hex DC B8 42 0 10 46 E 2E 45 38
Octal 334 270 102 0 20 106 16 56 105 70
Binary 11011100 10111000 1000010 0 10000 1000110 1110 101110 1000101 111000

Color Harmonies of #DCB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB842

Black with #DCB842

Text Example


Text Example

White with #DCB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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