Html Css Color HEX #DAB833 Metallic Gold

📋 copy color: '#DAB833'

red 218 ◦ green 184 ◦ blue 51

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

Shades of Metallic Gold #DAB833

Tints of Metallic Gold #DAB833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 48.12%
G = 40.62%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAB833 (or 0xDAB833) is known color: Metallic Gold. HEX triplet: DA, B8 and 33. RGB value is (218,184,51). Sum of RGB (Red+Green+Blue) = 218+184+51=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB833 is #2547CC. Grayscale: #B3B3B3. Windows color (decimal): -2443213 or 3389658. OLE color: 3389658.

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

Color convert

RGB 218 184 51 -
CMYK 0 0.16 0.77 0.15
HSL 47.78º 0.69% 0.53% -
HSV(B) 47.78º 0.77% 0.85% -
XYZ 46.65 49.43 10.21 -
YUV 179 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 218 184 51 0 0.16 0.77 0.15 47.78 0.69 0.53
Hex DA B8 33 0 10 4D F 30 45 35
Octal 332 270 63 0 20 115 17 60 105 65
Binary 11011010 10111000 110011 0 10000 1001101 1111 110000 1000101 110101

Color Harmonies of #DAB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB833

Black with #DAB833

Text Example


Text Example

White with #DAB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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