Html Css Color HEX #DAB333 Metallic Gold

📋 copy color: '#DAB333'

red 218 ◦ green 179 ◦ blue 51

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

Shades of Metallic Gold #DAB333

Tints of Metallic Gold #DAB333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.38%

R = 48.66%
G = 39.96%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAB333 (or 0xDAB333) is known color: Metallic Gold. HEX triplet: DA, B3 and 33. RGB value is (218,179,51). Sum of RGB (Red+Green+Blue) = 218+179+51=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB333 is #254CCC. Grayscale: #B0B0B0. Windows color (decimal): -2444493 or 3388378. OLE color: 3388378.

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

Color convert

RGB 218 179 51 -
CMYK 0 0.18 0.77 0.15
HSL 45.99º 0.69% 0.53% -
HSV(B) 45.99º 0.77% 0.85% -
XYZ 45.63 47.38 9.87 -
YUV 176.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 218 179 51 0 0.18 0.77 0.15 45.99 0.69 0.53
Hex DA B3 33 0 12 4D F 2E 45 35
Octal 332 263 63 0 22 115 17 56 105 65
Binary 11011010 10110011 110011 0 10010 1001101 1111 101110 1000101 110101

Color Harmonies of #DAB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB333

Black with #DAB333

Text Example


Text Example

White with #DAB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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