Html Css Color HEX #DAB434 Metallic Gold

📋 copy color: '#DAB434'

red 218 ◦ green 180 ◦ blue 52

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

Shades of Metallic Gold #DAB434

Tints of Metallic Gold #DAB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

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

R = 48.44%
G = 40%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAB434 (or 0xDAB434) is known color: Metallic Gold. HEX triplet: DA, B4 and 34. RGB value is (218,180,52). Sum of RGB (Red+Green+Blue) = 218+180+52=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB434 is #254BCB. Grayscale: #B1B1B1. Windows color (decimal): -2444236 or 3454170. OLE color: 3454170.

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

Color convert

RGB 218 180 52 -
CMYK 0 0.17 0.76 0.15
HSL 46.27º 0.69% 0.53% -
HSV(B) 46.27º 0.76% 0.85% -
XYZ 45.85 47.8 10.06 -
YUV 176.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 218 180 52 0 0.17 0.76 0.15 46.27 0.69 0.53
Hex DA B4 34 0 11 4C F 2E 45 35
Octal 332 264 64 0 21 114 17 56 105 65
Binary 11011010 10110100 110100 0 10001 1001100 1111 101110 1000101 110101

Color Harmonies of #DAB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB434

Black with #DAB434

Text Example


Text Example

White with #DAB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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