Html Css Color HEX #DAB134 Metallic Gold

📋 copy color: '#DAB134'

red 218 ◦ green 177 ◦ blue 52

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

Shades of Metallic Gold #DAB134

Tints of Metallic Gold #DAB134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

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

R = 48.77%
G = 39.6%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAB134 (or 0xDAB134) is known color: Metallic Gold. HEX triplet: DA, B1 and 34. RGB value is (218,177,52). Sum of RGB (Red+Green+Blue) = 218+177+52=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB134 is #254ECB. Grayscale: #AFAFAF. Windows color (decimal): -2445004 or 3453402. OLE color: 3453402.

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

Color convert

RGB 218 177 52 -
CMYK 0 0.19 0.76 0.15
HSL 45.18º 0.69% 0.53% -
HSV(B) 45.18º 0.76% 0.85% -
XYZ 45.26 46.6 9.86 -
YUV 175.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 218 177 52 0 0.19 0.76 0.15 45.18 0.69 0.53
Hex DA B1 34 0 13 4C F 2D 45 35
Octal 332 261 64 0 23 114 17 55 105 65
Binary 11011010 10110001 110100 0 10011 1001100 1111 101101 1000101 110101

Color Harmonies of #DAB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB134

Black with #DAB134

Text Example


Text Example

White with #DAB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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