Html Css Color HEX #DAB238 Metallic Gold

📋 copy color: '#DAB238'

red 218 ◦ green 178 ◦ blue 56

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

Shades of Metallic Gold #DAB238

Tints of Metallic Gold #DAB238

RGB

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

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

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

R = 48.23%
G = 39.38%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAB238 (or 0xDAB238) is known color: Metallic Gold. HEX triplet: DA, B2 and 38. RGB value is (218,178,56). Sum of RGB (Red+Green+Blue) = 218+178+56=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB238 is #254DC7. Grayscale: #B0B0B0. Windows color (decimal): -2444744 or 3715802. OLE color: 3715802.

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

Color convert

RGB 218 178 56 -
CMYK 0 0.18 0.74 0.15
HSL 45.19º 0.69% 0.54% -
HSV(B) 45.19º 0.74% 0.85% -
XYZ 45.55 47.03 10.42 -
YUV 176.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 218 178 56 0 0.18 0.74 0.15 45.19 0.69 0.54
Hex DA B2 38 0 12 4A F 2D 45 36
Octal 332 262 70 0 22 112 17 55 105 66
Binary 11011010 10110010 111000 0 10010 1001010 1111 101101 1000101 110110

Color Harmonies of #DAB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB238

Black with #DAB238

Text Example


Text Example

White with #DAB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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