Html Css Color HEX #DABC30 Metallic Gold

📋 copy color: '#DABC30'

red 218 ◦ green 188 ◦ blue 48

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

Shades of Metallic Gold #DABC30

Tints of Metallic Gold #DABC30

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 48.02%
G = 41.41%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DABC30 (or 0xDABC30) is known color: Metallic Gold. HEX triplet: DA, BC and 30. RGB value is (218,188,48). Sum of RGB (Red+Green+Blue) = 218+188+48=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC30 is #2543CF. Grayscale: #B5B5B5. Windows color (decimal): -2442192 or 3194074. OLE color: 3194074.

HSL color Cylindrical-coordinate representation of color #DABC30: hue angle of 49.41º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DABC30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 48 -
CMYK 0 0.14 0.78 0.15
HSL 49.41º 0.7% 0.52% -
HSV(B) 49.41º 0.78% 0.85% -
XYZ 47.43 51.09 10.16 -
YUV 181.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 218 188 48 0 0.14 0.78 0.15 49.41 0.7 0.52
Hex DA BC 30 0 E 4E F 31 46 34
Octal 332 274 60 0 16 116 17 61 106 64
Binary 11011010 10111100 110000 0 1110 1001110 1111 110001 1000110 110100

Color Harmonies of #DABC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC30

Black with #DABC30

Text Example


Text Example

White with #DABC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC30; }

 p { color: rgb(218,188,48); }

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

background-color css

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

 a { background-color: rgb(218,188,48); }

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

border-color css

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

 span { border-color: rgb(218,188,48); }

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