Html Css Color HEX #DABA30 Metallic Gold

📋 copy color: '#DABA30'

red 218 ◦ green 186 ◦ blue 48

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

Shades of Metallic Gold #DABA30

Tints of Metallic Gold #DABA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 48.23%
G = 41.15%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DABA30 (or 0xDABA30) is known color: Metallic Gold. HEX triplet: DA, BA and 30. RGB value is (218,186,48). Sum of RGB (Red+Green+Blue) = 218+186+48=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA30 is #2545CF. Grayscale: #B4B4B4. Windows color (decimal): -2442704 or 3193562. OLE color: 3193562.

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

Color convert

RGB 218 186 48 -
CMYK 0 0.15 0.78 0.15
HSL 48.71º 0.7% 0.52% -
HSV(B) 48.71º 0.78% 0.85% -
XYZ 47.01 50.24 10.02 -
YUV 179.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 218 186 48 0 0.15 0.78 0.15 48.71 0.7 0.52
Hex DA BA 30 0 F 4E F 31 46 34
Octal 332 272 60 0 17 116 17 61 106 64
Binary 11011010 10111010 110000 0 1111 1001110 1111 110001 1000110 110100

Color Harmonies of #DABA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA30

Black with #DABA30

Text Example


Text Example

White with #DABA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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