Html Css Color HEX #DAB33B Metallic Gold

📋 copy color: '#DAB33B'

red 218 ◦ green 179 ◦ blue 59

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

Shades of Metallic Gold #DAB33B

Tints of Metallic Gold #DAB33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 47.81%
G = 39.25%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAB33B (or 0xDAB33B) is known color: Metallic Gold. HEX triplet: DA, B3 and 3B. RGB value is (218,179,59). Sum of RGB (Red+Green+Blue) = 218+179+59=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB33B is #254CC4. Grayscale: #B1B1B1. Windows color (decimal): -2444485 or 3912666. OLE color: 3912666.

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

Color convert

RGB 218 179 59 -
CMYK 0 0.18 0.73 0.15
HSL 45.28º 0.68% 0.54% -
HSV(B) 45.28º 0.73% 0.85% -
XYZ 45.82 47.46 10.88 -
YUV 176.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 218 179 59 0 0.18 0.73 0.15 45.28 0.68 0.54
Hex DA B3 3B 0 12 49 F 2D 44 36
Octal 332 263 73 0 22 111 17 55 104 66
Binary 11011010 10110011 111011 0 10010 1001001 1111 101101 1000100 110110

Color Harmonies of #DAB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB33B

Black with #DAB33B

Text Example


Text Example

White with #DAB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB33B; }

 p { color: rgb(218,179,59); }

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

background-color css

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

 a { background-color: rgb(218,179,59); }

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

border-color css

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

 span { border-color: rgb(218,179,59); }

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