Html Css Color HEX #DAB334 Metallic Gold

📋 copy color: '#DAB334'

red 218 ◦ green 179 ◦ blue 52

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

Shades of Metallic Gold #DAB334

Tints of Metallic Gold #DAB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 48.55%
G = 39.87%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAB334 (or 0xDAB334) is known color: Metallic Gold. HEX triplet: DA, B3 and 34. RGB value is (218,179,52). Sum of RGB (Red+Green+Blue) = 218+179+52=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB334 is #254CCB. Grayscale: #B0B0B0. Windows color (decimal): -2444492 or 3453914. OLE color: 3453914.

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

Color convert

RGB 218 179 52 -
CMYK 0 0.18 0.76 0.15
HSL 45.9º 0.69% 0.53% -
HSV(B) 45.9º 0.76% 0.85% -
XYZ 45.65 47.39 9.99 -
YUV 176.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 218 179 52 0 0.18 0.76 0.15 45.9 0.69 0.53
Hex DA B3 34 0 12 4C F 2E 45 35
Octal 332 263 64 0 22 114 17 56 105 65
Binary 11011010 10110011 110100 0 10010 1001100 1111 101110 1000101 110101

Color Harmonies of #DAB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB334

Black with #DAB334

Text Example


Text Example

White with #DAB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB334; }

 p { color: rgb(218,179,52); }

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

background-color css

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

 a { background-color: rgb(218,179,52); }

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

border-color css

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

 span { border-color: rgb(218,179,52); }

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