Html Css Color HEX #DCB942 Old Gold

📋 copy color: '#DCB942'

red 220 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #DCB942

Tints of Old Gold #DCB942

RGB

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

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

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

R = 46.71%
G = 39.28%
B = 14.01%

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

#DCB942 (or 0xDCB942) is known color: Old Gold. HEX triplet: DC, B9 and 42. RGB value is (220,185,66). Sum of RGB (Red+Green+Blue) = 220+185+66=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB942 is #2346BD. Grayscale: #B6B6B6. Windows color (decimal): -2311870 or 4372956. OLE color: 4372956.

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

Color convert

RGB 220 185 66 -
CMYK 0 0.16 0.7 0.14
HSL 46.36º 0.69% 0.56% -
HSV(B) 46.36º 0.7% 0.86% -
XYZ 47.85 50.31 12.34 -
YUV 181.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 220 185 66 0 0.16 0.7 0.14 46.36 0.69 0.56
Hex DC B9 42 0 10 46 E 2E 45 38
Octal 334 271 102 0 20 106 16 56 105 70
Binary 11011100 10111001 1000010 0 10000 1000110 1110 101110 1000101 111000

Color Harmonies of #DCB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB942

Black with #DCB942

Text Example


Text Example

White with #DCB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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