Html Css Color HEX #DAB32F Metallic Gold

📋 copy color: '#DAB32F'

red 218 ◦ green 179 ◦ blue 47

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

Shades of Metallic Gold #DAB32F

Tints of Metallic Gold #DAB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.59%

R = 49.1%
G = 40.32%
B = 10.59%

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

#DAB32F (or 0xDAB32F) is known color: Metallic Gold. HEX triplet: DA, B3 and 2F. RGB value is (218,179,47). Sum of RGB (Red+Green+Blue) = 218+179+47=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32F is #254CD0. Grayscale: #B0B0B0. Windows color (decimal): -2444497 or 3126234. OLE color: 3126234.

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

Color convert

RGB 218 179 47 -
CMYK 0 0.18 0.78 0.15
HSL 46.32º 0.7% 0.52% -
HSV(B) 46.32º 0.78% 0.85% -
XYZ 45.55 47.35 9.43 -
YUV 175.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 218 179 47 0 0.18 0.78 0.15 46.32 0.7 0.52
Hex DA B3 2F 0 12 4E F 2E 46 34
Octal 332 263 57 0 22 116 17 56 106 64
Binary 11011010 10110011 101111 0 10010 1001110 1111 101110 1000110 110100

Color Harmonies of #DAB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB32F

Black with #DAB32F

Text Example


Text Example

White with #DAB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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