Html Css Color HEX #DAB23D Metallic Gold

📋 copy color: '#DAB23D'

red 218 ◦ green 178 ◦ blue 61

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

Shades of Metallic Gold #DAB23D

Tints of Metallic Gold #DAB23D

RGB

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

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

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

R = 47.7%
G = 38.95%
B = 13.35%

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

#DAB23D (or 0xDAB23D) is known color: Metallic Gold. HEX triplet: DA, B2 and 3D. RGB value is (218,178,61). Sum of RGB (Red+Green+Blue) = 218+178+61=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB23D is #254DC2. Grayscale: #B1B1B1. Windows color (decimal): -2444739 or 4043482. OLE color: 4043482.

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

Color convert

RGB 218 178 61 -
CMYK 0 0.18 0.72 0.15
HSL 44.71º 0.68% 0.55% -
HSV(B) 44.71º 0.72% 0.85% -
XYZ 45.68 47.08 11.1 -
YUV 176.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 218 178 61 0 0.18 0.72 0.15 44.71 0.68 0.55
Hex DA B2 3D 0 12 48 F 2D 44 37
Octal 332 262 75 0 22 110 17 55 104 67
Binary 11011010 10110010 111101 0 10010 1001000 1111 101101 1000100 110111

Color Harmonies of #DAB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB23D

Black with #DAB23D

Text Example


Text Example

White with #DAB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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