Html Css Color HEX #DCAB30 Metallic Gold

📋 copy color: '#DCAB30'

red 220 ◦ green 171 ◦ blue 48

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

Shades of Metallic Gold #DCAB30

Tints of Metallic Gold #DCAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 50.11%
G = 38.95%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCAB30 (or 0xDCAB30) is known color: Metallic Gold. HEX triplet: DC, AB and 30. RGB value is (220,171,48). Sum of RGB (Red+Green+Blue) = 220+171+48=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB30 is #2354CF. Grayscale: #ACACAC. Windows color (decimal): -2315472 or 3189724. OLE color: 3189724.

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

Color convert

RGB 220 171 48 -
CMYK 0 0.22 0.78 0.14
HSL 42.91º 0.71% 0.53% -
HSV(B) 42.91º 0.78% 0.86% -
XYZ 44.61 44.55 9.04 -
YUV 171.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 220 171 48 0 0.22 0.78 0.14 42.91 0.71 0.53
Hex DC AB 30 0 16 4E E 2B 47 35
Octal 334 253 60 0 26 116 16 53 107 65
Binary 11011100 10101011 110000 0 10110 1001110 1110 101011 1000111 110101

Color Harmonies of #DCAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB30

Black with #DCAB30

Text Example


Text Example

White with #DCAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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