Html Css Color HEX #DCB030 Metallic Gold

📋 copy color: '#DCB030'

red 220 ◦ green 176 ◦ blue 48

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

Shades of Metallic Gold #DCB030

Tints of Metallic Gold #DCB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 48 (19.14% from 255) = 10.81%

R = 49.55%
G = 39.64%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB030 (or 0xDCB030) is known color: Metallic Gold. HEX triplet: DC, B0 and 30. RGB value is (220,176,48). Sum of RGB (Red+Green+Blue) = 220+176+48=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB030 is #234FCF. Grayscale: #AFAFAF. Windows color (decimal): -2314192 or 3191004. OLE color: 3191004.

HSL color Cylindrical-coordinate representation of color #DCB030: hue angle of 44.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCB030 is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 48 -
CMYK 0 0.2 0.78 0.14
HSL 44.65º 0.71% 0.53% -
HSV(B) 44.65º 0.78% 0.86% -
XYZ 45.57 46.48 9.37 -
YUV 174.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 220 176 48 0 0.2 0.78 0.14 44.65 0.71 0.53
Hex DC B0 30 0 14 4E E 2D 47 35
Octal 334 260 60 0 24 116 16 55 107 65
Binary 11011100 10110000 110000 0 10100 1001110 1110 101101 1000111 110101

Color Harmonies of #DCB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB030

Black with #DCB030

Text Example


Text Example

White with #DCB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB030; }

 p { color: rgb(220,176,48); }

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

background-color css

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

 a { background-color: rgb(220,176,48); }

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

border-color css

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

 span { border-color: rgb(220,176,48); }

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