Html Css Color HEX #DCB63D Metallic Gold

📋 copy color: '#DCB63D'

red 220 ◦ green 182 ◦ blue 61

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

Shades of Metallic Gold #DCB63D

Tints of Metallic Gold #DCB63D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

 BLUE value IS 61 (24.22% from 255) = 13.17%

R = 47.52%
G = 39.31%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCB63D (or 0xDCB63D) is known color: Metallic Gold. HEX triplet: DC, B6 and 3D. RGB value is (220,182,61). Sum of RGB (Red+Green+Blue) = 220+182+61=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB63D is #2349C2. Grayscale: #B4B4B4. Windows color (decimal): -2312643 or 4044508. OLE color: 4044508.

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

Color convert

RGB 220 182 61 -
CMYK 0 0.17 0.72 0.14
HSL 45.66º 0.69% 0.55% -
HSV(B) 45.66º 0.72% 0.86% -
XYZ 47.09 49.01 11.39 -
YUV 179.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 220 182 61 0 0.17 0.72 0.14 45.66 0.69 0.55
Hex DC B6 3D 0 11 48 E 2E 45 37
Octal 334 266 75 0 21 110 16 56 105 67
Binary 11011100 10110110 111101 0 10001 1001000 1110 101110 1000101 110111

Color Harmonies of #DCB63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB63D

Black with #DCB63D

Text Example


Text Example

White with #DCB63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB63D; }

 p { color: rgb(220,182,61); }

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

background-color css

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

 a { background-color: rgb(220,182,61); }

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

border-color css

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

 span { border-color: rgb(220,182,61); }

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