Html Css Color HEX #DAB633 Metallic Gold

📋 copy color: '#DAB633'

red 218 ◦ green 182 ◦ blue 51

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

Shades of Metallic Gold #DAB633

Tints of Metallic Gold #DAB633

RGB

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

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

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

R = 48.34%
G = 40.35%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAB633 (or 0xDAB633) is known color: Metallic Gold. HEX triplet: DA, B6 and 33. RGB value is (218,182,51). Sum of RGB (Red+Green+Blue) = 218+182+51=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB633 is #2549CC. Grayscale: #B2B2B2. Windows color (decimal): -2443725 or 3389146. OLE color: 3389146.

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

Color convert

RGB 218 182 51 -
CMYK 0 0.17 0.77 0.15
HSL 47.07º 0.69% 0.53% -
HSV(B) 47.07º 0.77% 0.85% -
XYZ 46.24 48.6 10.08 -
YUV 177.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 218 182 51 0 0.17 0.77 0.15 47.07 0.69 0.53
Hex DA B6 33 0 11 4D F 2F 45 35
Octal 332 266 63 0 21 115 17 57 105 65
Binary 11011010 10110110 110011 0 10001 1001101 1111 101111 1000101 110101

Color Harmonies of #DAB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB633

Black with #DAB633

Text Example


Text Example

White with #DAB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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