Html Css Color HEX #DAB42F Metallic Gold

📋 copy color: '#DAB42F'

red 218 ◦ green 180 ◦ blue 47

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

Shades of Metallic Gold #DAB42F

Tints of Metallic Gold #DAB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 48.99%
G = 40.45%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB42F (or 0xDAB42F) is known color: Metallic Gold. HEX triplet: DA, B4 and 2F. RGB value is (218,180,47). Sum of RGB (Red+Green+Blue) = 218+180+47=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB42F is #254BD0. Grayscale: #B0B0B0. Windows color (decimal): -2444241 or 3126490. OLE color: 3126490.

HSL color Cylindrical-coordinate representation of color #DAB42F: hue angle of 46.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB42F is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 47 -
CMYK 0 0.17 0.78 0.15
HSL 46.67º 0.7% 0.52% -
HSV(B) 46.67º 0.78% 0.85% -
XYZ 45.75 47.75 9.5 -
YUV 176.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 218 180 47 0 0.17 0.78 0.15 46.67 0.7 0.52
Hex DA B4 2F 0 11 4E F 2F 46 34
Octal 332 264 57 0 21 116 17 57 106 64
Binary 11011010 10110100 101111 0 10001 1001110 1111 101111 1000110 110100

Color Harmonies of #DAB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB42F

Black with #DAB42F

Text Example


Text Example

White with #DAB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB42F; }

 p { color: rgb(218,180,47); }

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

background-color css

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

 a { background-color: rgb(218,180,47); }

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

border-color css

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

 span { border-color: rgb(218,180,47); }

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