Html Css Color HEX #D1A538 Metallic Gold

📋 copy color: '#D1A538'

red 209 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #D1A538

Tints of Metallic Gold #D1A538

RGB

 RED value IS 209 (82.03% from 255) = 48.6%

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 48.6%
G = 38.37%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1A538 (or 0xD1A538) is known color: Metallic Gold. HEX triplet: D1, A5 and 38. RGB value is (209,165,56). Sum of RGB (Red+Green+Blue) = 209+165+56=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A538 is #2E5AC7. Grayscale: #A6A6A6. Windows color (decimal): -3037896 or 3712465. OLE color: 3712465.

HSL color Cylindrical-coordinate representation of color #D1A538: hue angle of 42.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1A538 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 165 56 -
CMYK 0 0.21 0.73 0.18
HSL 42.75º 0.62% 0.52% -
HSV(B) 42.75º 0.73% 0.82% -
XYZ 40.46 40.75 9.47 -
YUV 165.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 209 165 56 0 0.21 0.73 0.18 42.75 0.62 0.52
Hex D1 A5 38 0 15 49 12 2B 3E 34
Octal 321 245 70 0 25 111 22 53 76 64
Binary 11010001 10100101 111000 0 10101 1001001 10010 101011 111110 110100

Color Harmonies of #D1A538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A538

Black with #D1A538

Text Example


Text Example

White with #D1A538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A538; }

 p { color: rgb(209,165,56); }

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

background-color css

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

 a { background-color: rgb(209,165,56); }

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

border-color css

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

 span { border-color: rgb(209,165,56); }

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