Html Css Color HEX #DAB342 Metallic Gold

📋 copy color: '#DAB342'

red 218 ◦ green 179 ◦ blue 66

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

Shades of Metallic Gold #DAB342

Tints of Metallic Gold #DAB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 47.08%
G = 38.66%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAB342 (or 0xDAB342) is known color: Metallic Gold. HEX triplet: DA, B3 and 42. RGB value is (218,179,66). Sum of RGB (Red+Green+Blue) = 218+179+66=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB342 is #254CBD. Grayscale: #B2B2B2. Windows color (decimal): -2444478 or 4371418. OLE color: 4371418.

HSL color Cylindrical-coordinate representation of color #DAB342: hue angle of 44.61º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB342 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 66 -
CMYK 0 0.18 0.70 0.15
HSL 44.61º 0.67% 0.56% -
HSV(B) 44.61º 0.7% 0.85% -
XYZ 46.02 47.54 11.9 -
YUV 177.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 218 179 66 0 0.18 0.70 0.15 44.61 0.67 0.56
Hex DA B3 42 0 12 46 F 2D 43 38
Octal 332 263 102 0 22 106 17 55 103 70
Binary 11011010 10110011 1000010 0 10010 1000110 1111 101101 1000011 111000

Color Harmonies of #DAB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB342

Black with #DAB342

Text Example


Text Example

White with #DAB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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