Html Css Color HEX #D0A538 Metallic Gold

📋 copy color: '#D0A538'

red 208 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #D0A538

Tints of Metallic Gold #D0A538

RGB

 RED value IS 208 (81.64% from 255) = 48.48%

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

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

R = 48.48%
G = 38.46%
B = 13.05%

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

#D0A538 (or 0xD0A538) is known color: Metallic Gold. HEX triplet: D0, A5 and 38. RGB value is (208,165,56). Sum of RGB (Red+Green+Blue) = 208+165+56=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A538 is #2F5AC7. Grayscale: #A5A5A5. Windows color (decimal): -3103432 or 3712464. OLE color: 3712464.

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

Color convert

RGB 208 165 56 -
CMYK 0 0.21 0.73 0.18
HSL 43.03º 0.62% 0.52% -
HSV(B) 43.03º 0.73% 0.82% -
XYZ 40.18 40.61 9.46 -
YUV 165.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 208 165 56 0 0.21 0.73 0.18 43.03 0.62 0.52
Hex D0 A5 38 0 15 49 12 2B 3E 34
Octal 320 245 70 0 25 111 22 53 76 64
Binary 11010000 10100101 111000 0 10101 1001001 10010 101011 111110 110100

Color Harmonies of #D0A538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A538

Black with #D0A538

Text Example


Text Example

White with #D0A538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A538; }

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

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

background-color css

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

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

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

border-color css

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

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

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