Html Css Color HEX #DAB13F Metallic Gold

📋 copy color: '#DAB13F'

red 218 ◦ green 177 ◦ blue 63

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

Shades of Metallic Gold #DAB13F

Tints of Metallic Gold #DAB13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.76%

R = 47.6%
G = 38.65%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAB13F (or 0xDAB13F) is known color: Metallic Gold. HEX triplet: DA, B1 and 3F. RGB value is (218,177,63). Sum of RGB (Red+Green+Blue) = 218+177+63=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB13F is #254EC0. Grayscale: #B0B0B0. Windows color (decimal): -2444993 or 4174298. OLE color: 4174298.

HSL color Cylindrical-coordinate representation of color #DAB13F: hue angle of 44.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB13F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 63 -
CMYK 0 0.19 0.71 0.15
HSL 44.13º 0.68% 0.55% -
HSV(B) 44.13º 0.71% 0.85% -
XYZ 45.53 46.71 11.32 -
YUV 176.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 218 177 63 0 0.19 0.71 0.15 44.13 0.68 0.55
Hex DA B1 3F 0 13 47 F 2C 44 37
Octal 332 261 77 0 23 107 17 54 104 67
Binary 11011010 10110001 111111 0 10011 1000111 1111 101100 1000100 110111

Color Harmonies of #DAB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB13F

Black with #DAB13F

Text Example


Text Example

White with #DAB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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