Html Css Color HEX #DAB23E Metallic Gold

📋 copy color: '#DAB23E'

red 218 ◦ green 178 ◦ blue 62

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

Shades of Metallic Gold #DAB23E

Tints of Metallic Gold #DAB23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 62 (24.61% from 255) = 13.54%

R = 47.6%
G = 38.86%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB23E (or 0xDAB23E) is known color: Metallic Gold. HEX triplet: DA, B2 and 3E. RGB value is (218,178,62). Sum of RGB (Red+Green+Blue) = 218+178+62=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB23E is #254DC1. Grayscale: #B1B1B1. Windows color (decimal): -2444738 or 4109018. OLE color: 4109018.

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

Color convert

RGB 218 178 62 -
CMYK 0 0.18 0.72 0.15
HSL 44.62º 0.68% 0.55% -
HSV(B) 44.62º 0.72% 0.85% -
XYZ 45.7 47.09 11.24 -
YUV 176.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 218 178 62 0 0.18 0.72 0.15 44.62 0.68 0.55
Hex DA B2 3E 0 12 48 F 2D 44 37
Octal 332 262 76 0 22 110 17 55 104 67
Binary 11011010 10110010 111110 0 10010 1001000 1111 101101 1000100 110111

Color Harmonies of #DAB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB23E

Black with #DAB23E

Text Example


Text Example

White with #DAB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB23E; }

 p { color: rgb(218,178,62); }

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

background-color css

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

 a { background-color: rgb(218,178,62); }

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

border-color css

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

 span { border-color: rgb(218,178,62); }

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