Html Css Color HEX #DABA33 Metallic Gold

📋 copy color: '#DABA33'

red 218 ◦ green 186 ◦ blue 51

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

Shades of Metallic Gold #DABA33

Tints of Metallic Gold #DABA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.21%

R = 47.91%
G = 40.88%
B = 11.21%

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

#DABA33 (or 0xDABA33) is known color: Metallic Gold. HEX triplet: DA, BA and 33. RGB value is (218,186,51). Sum of RGB (Red+Green+Blue) = 218+186+51=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA33 is #2545CC. Grayscale: #B4B4B4. Windows color (decimal): -2442701 or 3390170. OLE color: 3390170.

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

Color convert

RGB 218 186 51 -
CMYK 0 0.15 0.77 0.15
HSL 48.5º 0.69% 0.53% -
HSV(B) 48.5º 0.77% 0.85% -
XYZ 47.07 50.26 10.35 -
YUV 180.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 218 186 51 0 0.15 0.77 0.15 48.5 0.69 0.53
Hex DA BA 33 0 F 4D F 31 45 35
Octal 332 272 63 0 17 115 17 61 105 65
Binary 11011010 10111010 110011 0 1111 1001101 1111 110001 1000101 110101

Color Harmonies of #DABA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA33

Black with #DABA33

Text Example


Text Example

White with #DABA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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