Html Css Color HEX #D0A838 Metallic Gold

📋 copy color: '#D0A838'

red 208 ◦ green 168 ◦ blue 56

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

Shades of Metallic Gold #D0A838

Tints of Metallic Gold #D0A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 48.15%
G = 38.89%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0A838 (or 0xD0A838) is known color: Metallic Gold. HEX triplet: D0, A8 and 38. RGB value is (208,168,56). Sum of RGB (Red+Green+Blue) = 208+168+56=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A838 is #2F57C7. Grayscale: #A7A7A7. Windows color (decimal): -3102664 or 3713232. OLE color: 3713232.

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

Color convert

RGB 208 168 56 -
CMYK 0 0.19 0.73 0.18
HSL 44.21º 0.62% 0.52% -
HSV(B) 44.21º 0.73% 0.82% -
XYZ 40.73 41.7 9.64 -
YUV 167.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 208 168 56 0 0.19 0.73 0.18 44.21 0.62 0.52
Hex D0 A8 38 0 13 49 12 2C 3E 34
Octal 320 250 70 0 23 111 22 54 76 64
Binary 11010000 10101000 111000 0 10011 1001001 10010 101100 111110 110100

Color Harmonies of #D0A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A838

Black with #D0A838

Text Example


Text Example

White with #D0A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A838; }

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

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

background-color css

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

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

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

border-color css

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

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

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