Html Css Color HEX #DAB637 Metallic Gold

📋 copy color: '#DAB637'

red 218 ◦ green 182 ◦ blue 55

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

Shades of Metallic Gold #DAB637

Tints of Metallic Gold #DAB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 55 (21.88% from 255) = 12.09%

R = 47.91%
G = 40%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB637 (or 0xDAB637) is known color: Metallic Gold. HEX triplet: DA, B6 and 37. RGB value is (218,182,55). Sum of RGB (Red+Green+Blue) = 218+182+55=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB637 is #2549C8. Grayscale: #B2B2B2. Windows color (decimal): -2443721 or 3651290. OLE color: 3651290.

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

Color convert

RGB 218 182 55 -
CMYK 0 0.17 0.75 0.15
HSL 46.75º 0.69% 0.54% -
HSV(B) 46.75º 0.75% 0.85% -
XYZ 46.33 48.64 10.56 -
YUV 178.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 218 182 55 0 0.17 0.75 0.15 46.75 0.69 0.54
Hex DA B6 37 0 11 4B F 2F 45 36
Octal 332 266 67 0 21 113 17 57 105 66
Binary 11011010 10110110 110111 0 10001 1001011 1111 101111 1000101 110110

Color Harmonies of #DAB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB637

Black with #DAB637

Text Example


Text Example

White with #DAB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB637; }

 p { color: rgb(218,182,55); }

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

background-color css

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

 a { background-color: rgb(218,182,55); }

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

border-color css

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

 span { border-color: rgb(218,182,55); }

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