Html Css Color HEX #DAB231 Metallic Gold

📋 copy color: '#DAB231'

red 218 ◦ green 178 ◦ blue 49

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

Shades of Metallic Gold #DAB231

Tints of Metallic Gold #DAB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 48.99%
G = 40%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB231 (or 0xDAB231) is known color: Metallic Gold. HEX triplet: DA, B2 and 31. RGB value is (218,178,49). Sum of RGB (Red+Green+Blue) = 218+178+49=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB231 is #254DCE. Grayscale: #AFAFAF. Windows color (decimal): -2444751 or 3257050. OLE color: 3257050.

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

Color convert

RGB 218 178 49 -
CMYK 0 0.18 0.78 0.15
HSL 45.8º 0.7% 0.52% -
HSV(B) 45.8º 0.78% 0.85% -
XYZ 45.39 46.97 9.58 -
YUV 175.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 218 178 49 0 0.18 0.78 0.15 45.8 0.7 0.52
Hex DA B2 31 0 12 4E F 2E 46 34
Octal 332 262 61 0 22 116 17 56 106 64
Binary 11011010 10110010 110001 0 10010 1001110 1111 101110 1000110 110100

Color Harmonies of #DAB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB231

Black with #DAB231

Text Example


Text Example

White with #DAB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB231; }

 p { color: rgb(218,178,49); }

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

background-color css

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

 a { background-color: rgb(218,178,49); }

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

border-color css

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

 span { border-color: rgb(218,178,49); }

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