Html Css Color HEX #DAB735 Metallic Gold

📋 copy color: '#DAB735'

red 218 ◦ green 183 ◦ blue 53

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

Shades of Metallic Gold #DAB735

Tints of Metallic Gold #DAB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 53 (21.09% from 255) = 11.67%

R = 48.02%
G = 40.31%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAB735 (or 0xDAB735) is known color: Metallic Gold. HEX triplet: DA, B7 and 35. RGB value is (218,183,53). Sum of RGB (Red+Green+Blue) = 218+183+53=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB735 is #2548CA. Grayscale: #B3B3B3. Windows color (decimal): -2443467 or 3520474. OLE color: 3520474.

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

Color convert

RGB 218 183 53 -
CMYK 0 0.16 0.76 0.15
HSL 47.27º 0.69% 0.53% -
HSV(B) 47.27º 0.76% 0.85% -
XYZ 46.49 49.03 10.38 -
YUV 178.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 218 183 53 0 0.16 0.76 0.15 47.27 0.69 0.53
Hex DA B7 35 0 10 4C F 2F 45 35
Octal 332 267 65 0 20 114 17 57 105 65
Binary 11011010 10110111 110101 0 10000 1001100 1111 101111 1000101 110101

Color Harmonies of #DAB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB735

Black with #DAB735

Text Example


Text Example

White with #DAB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB735; }

 p { color: rgb(218,183,53); }

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

background-color css

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

 a { background-color: rgb(218,183,53); }

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

border-color css

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

 span { border-color: rgb(218,183,53); }

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