Html Css Color HEX #D0A935 Metallic Gold

📋 copy color: '#D0A935'

red 208 ◦ green 169 ◦ blue 53

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

Shades of Metallic Gold #D0A935

Tints of Metallic Gold #D0A935

RGB

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

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

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

R = 48.37%
G = 39.3%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0A935 (or 0xD0A935) is known color: Metallic Gold. HEX triplet: D0, A9 and 35. RGB value is (208,169,53). Sum of RGB (Red+Green+Blue) = 208+169+53=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A935 is #2F56CA. Grayscale: #A7A7A7. Windows color (decimal): -3102411 or 3516880. OLE color: 3516880.

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

Color convert

RGB 208 169 53 -
CMYK 0 0.19 0.75 0.18
HSL 44.9º 0.62% 0.51% -
HSV(B) 44.9º 0.75% 0.82% -
XYZ 40.84 42.04 9.33 -
YUV 167.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 208 169 53 0 0.19 0.75 0.18 44.9 0.62 0.51
Hex D0 A9 35 0 13 4B 12 2D 3E 33
Octal 320 251 65 0 23 113 22 55 76 63
Binary 11010000 10101001 110101 0 10011 1001011 10010 101101 111110 110011

Color Harmonies of #D0A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A935

Black with #D0A935

Text Example


Text Example

White with #D0A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A935; }

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

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

background-color css

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

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

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

border-color css

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

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

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