Html Css Color HEX #DAB239 Metallic Gold

📋 copy color: '#DAB239'

red 218 ◦ green 178 ◦ blue 57

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

Shades of Metallic Gold #DAB239

Tints of Metallic Gold #DAB239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 48.12%
G = 39.29%
B = 12.58%

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

#DAB239 (or 0xDAB239) is known color: Metallic Gold. HEX triplet: DA, B2 and 39. RGB value is (218,178,57). Sum of RGB (Red+Green+Blue) = 218+178+57=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB239 is #254DC6. Grayscale: #B0B0B0. Windows color (decimal): -2444743 or 3781338. OLE color: 3781338.

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

Color convert

RGB 218 178 57 -
CMYK 0 0.18 0.74 0.15
HSL 45.09º 0.69% 0.54% -
HSV(B) 45.09º 0.74% 0.85% -
XYZ 45.57 47.04 10.55 -
YUV 176.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 218 178 57 0 0.18 0.74 0.15 45.09 0.69 0.54
Hex DA B2 39 0 12 4A F 2D 45 36
Octal 332 262 71 0 22 112 17 55 105 66
Binary 11011010 10110010 111001 0 10010 1001010 1111 101101 1000101 110110

Color Harmonies of #DAB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB239

Black with #DAB239

Text Example


Text Example

White with #DAB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB239; }

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

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

background-color css

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

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

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

border-color css

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

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

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