Html Css Color HEX #DABA32 Metallic Gold

📋 copy color: '#DABA32'

red 218 ◦ green 186 ◦ blue 50

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

Shades of Metallic Gold #DABA32

Tints of Metallic Gold #DABA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 48.02%
G = 40.97%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DABA32 (or 0xDABA32) is known color: Metallic Gold. HEX triplet: DA, BA and 32. RGB value is (218,186,50). Sum of RGB (Red+Green+Blue) = 218+186+50=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA32 is #2545CD. Grayscale: #B4B4B4. Windows color (decimal): -2442702 or 3324634. OLE color: 3324634.

HSL color Cylindrical-coordinate representation of color #DABA32: hue angle of 48.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DABA32 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 50 -
CMYK 0 0.15 0.77 0.15
HSL 48.57º 0.69% 0.53% -
HSV(B) 48.57º 0.77% 0.85% -
XYZ 47.05 50.25 10.24 -
YUV 180.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 218 186 50 0 0.15 0.77 0.15 48.57 0.69 0.53
Hex DA BA 32 0 F 4D F 31 45 35
Octal 332 272 62 0 17 115 17 61 105 65
Binary 11011010 10111010 110010 0 1111 1001101 1111 110001 1000101 110101

Color Harmonies of #DABA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA32

Black with #DABA32

Text Example


Text Example

White with #DABA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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