Html Css Color HEX #D0A93B Metallic Gold

📋 copy color: '#D0A93B'

red 208 ◦ green 169 ◦ blue 59

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

Shades of Metallic Gold #D0A93B

Tints of Metallic Gold #D0A93B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.76%

 BLUE value IS 59 (23.44% from 255) = 13.53%

R = 47.71%
G = 38.76%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0A93B (or 0xD0A93B) is known color: Metallic Gold. HEX triplet: D0, A9 and 3B. RGB value is (208,169,59). Sum of RGB (Red+Green+Blue) = 208+169+59=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A93B is #2F56C4. Grayscale: #A8A8A8. Windows color (decimal): -3102405 or 3910096. OLE color: 3910096.

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

Color convert

RGB 208 169 59 -
CMYK 0 0.19 0.72 0.18
HSL 44.3º 0.61% 0.52% -
HSV(B) 44.3º 0.72% 0.82% -
XYZ 40.99 42.1 10.1 -
YUV 168.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 208 169 59 0 0.19 0.72 0.18 44.3 0.61 0.52
Hex D0 A9 3B 0 13 48 12 2C 3D 34
Octal 320 251 73 0 23 110 22 54 75 64
Binary 11010000 10101001 111011 0 10011 1001000 10010 101100 111101 110100

Color Harmonies of #D0A93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A93B

Black with #D0A93B

Text Example


Text Example

White with #D0A93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A93B; }

 p { color: rgb(208,169,59); }

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

background-color css

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

 a { background-color: rgb(208,169,59); }

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

border-color css

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

 span { border-color: rgb(208,169,59); }

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