Html Css Color HEX #DCB742 Metallic Gold

📋 copy color: '#DCB742'

red 220 ◦ green 183 ◦ blue 66

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

Shades of Metallic Gold #DCB742

Tints of Metallic Gold #DCB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

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

R = 46.91%
G = 39.02%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB742 (or 0xDCB742) is known color: Metallic Gold. HEX triplet: DC, B7 and 42. RGB value is (220,183,66). Sum of RGB (Red+Green+Blue) = 220+183+66=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB742 is #2348BD. Grayscale: #B5B5B5. Windows color (decimal): -2312382 or 4372444. OLE color: 4372444.

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

Color convert

RGB 220 183 66 -
CMYK 0 0.17 0.7 0.14
HSL 45.58º 0.69% 0.56% -
HSV(B) 45.58º 0.7% 0.86% -
XYZ 47.43 49.48 12.2 -
YUV 180.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 220 183 66 0 0.17 0.7 0.14 45.58 0.69 0.56
Hex DC B7 42 0 11 46 E 2E 45 38
Octal 334 267 102 0 21 106 16 56 105 70
Binary 11011100 10110111 1000010 0 10001 1000110 1110 101110 1000101 111000

Color Harmonies of #DCB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB742

Black with #DCB742

Text Example


Text Example

White with #DCB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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