Html Css Color HEX #DAB933 Metallic Gold

📋 copy color: '#DAB933'

red 218 ◦ green 185 ◦ blue 51

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

Shades of Metallic Gold #DAB933

Tints of Metallic Gold #DAB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 48.02%
G = 40.75%
B = 11.23%

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

#DAB933 (or 0xDAB933) is known color: Metallic Gold. HEX triplet: DA, B9 and 33. RGB value is (218,185,51). Sum of RGB (Red+Green+Blue) = 218+185+51=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB933 is #2546CC. Grayscale: #B4B4B4. Windows color (decimal): -2442957 or 3389914. OLE color: 3389914.

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

Color convert

RGB 218 185 51 -
CMYK 0 0.15 0.77 0.15
HSL 48.14º 0.69% 0.53% -
HSV(B) 48.14º 0.77% 0.85% -
XYZ 46.86 49.84 10.28 -
YUV 179.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 218 185 51 0 0.15 0.77 0.15 48.14 0.69 0.53
Hex DA B9 33 0 F 4D F 30 45 35
Octal 332 271 63 0 17 115 17 60 105 65
Binary 11011010 10111001 110011 0 1111 1001101 1111 110000 1000101 110101

Color Harmonies of #DAB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB933

Black with #DAB933

Text Example


Text Example

White with #DAB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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