Html Css Color HEX #DAB13D Metallic Gold

📋 copy color: '#DAB13D'

red 218 ◦ green 177 ◦ blue 61

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

Shades of Metallic Gold #DAB13D

Tints of Metallic Gold #DAB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.38%

R = 47.81%
G = 38.82%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB13D (or 0xDAB13D) is known color: Metallic Gold. HEX triplet: DA, B1 and 3D. RGB value is (218,177,61). Sum of RGB (Red+Green+Blue) = 218+177+61=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB13D is #254EC2. Grayscale: #B0B0B0. Windows color (decimal): -2444995 or 4043226. OLE color: 4043226.

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

Color convert

RGB 218 177 61 -
CMYK 0 0.19 0.72 0.15
HSL 44.33º 0.68% 0.55% -
HSV(B) 44.33º 0.72% 0.85% -
XYZ 45.48 46.69 11.03 -
YUV 176.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 218 177 61 0 0.19 0.72 0.15 44.33 0.68 0.55
Hex DA B1 3D 0 13 48 F 2C 44 37
Octal 332 261 75 0 23 110 17 54 104 67
Binary 11011010 10110001 111101 0 10011 1001000 1111 101100 1000100 110111

Color Harmonies of #DAB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB13D

Black with #DAB13D

Text Example


Text Example

White with #DAB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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