Html Css Color HEX #DAB838 Metallic Gold

📋 copy color: '#DAB838'

red 218 ◦ green 184 ◦ blue 56

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

Shades of Metallic Gold #DAB838

Tints of Metallic Gold #DAB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.23%

R = 47.6%
G = 40.17%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAB838 (or 0xDAB838) is known color: Metallic Gold. HEX triplet: DA, B8 and 38. RGB value is (218,184,56). Sum of RGB (Red+Green+Blue) = 218+184+56=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB838 is #2547C7. Grayscale: #B4B4B4. Windows color (decimal): -2443208 or 3717338. OLE color: 3717338.

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

Color convert

RGB 218 184 56 -
CMYK 0 0.16 0.74 0.15
HSL 47.41º 0.69% 0.54% -
HSV(B) 47.41º 0.74% 0.85% -
XYZ 46.77 49.47 10.83 -
YUV 179.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 218 184 56 0 0.16 0.74 0.15 47.41 0.69 0.54
Hex DA B8 38 0 10 4A F 2F 45 36
Octal 332 270 70 0 20 112 17 57 105 66
Binary 11011010 10111000 111000 0 10000 1001010 1111 101111 1000101 110110

Color Harmonies of #DAB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB838

Black with #DAB838

Text Example


Text Example

White with #DAB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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