Html Css Color HEX #DAB730 Metallic Gold

📋 copy color: '#DAB730'

red 218 ◦ green 183 ◦ blue 48

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

Shades of Metallic Gold #DAB730

Tints of Metallic Gold #DAB730

RGB

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

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

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

R = 48.55%
G = 40.76%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB730 (or 0xDAB730) is known color: Metallic Gold. HEX triplet: DA, B7 and 30. RGB value is (218,183,48). Sum of RGB (Red+Green+Blue) = 218+183+48=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB730 is #2548CF. Grayscale: #B2B2B2. Windows color (decimal): -2443472 or 3192794. OLE color: 3192794.

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

Color convert

RGB 218 183 48 -
CMYK 0 0.16 0.78 0.15
HSL 47.65º 0.7% 0.52% -
HSV(B) 47.65º 0.78% 0.85% -
XYZ 46.38 48.99 9.81 -
YUV 178.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 218 183 48 0 0.16 0.78 0.15 47.65 0.7 0.52
Hex DA B7 30 0 10 4E F 30 46 34
Octal 332 267 60 0 20 116 17 60 106 64
Binary 11011010 10110111 110000 0 10000 1001110 1111 110000 1000110 110100

Color Harmonies of #DAB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB730

Black with #DAB730

Text Example


Text Example

White with #DAB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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