Html Css Color HEX #D2A335 Metallic Gold

📋 copy color: '#D2A335'

red 210 ◦ green 163 ◦ blue 53

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

Shades of Metallic Gold #D2A335

Tints of Metallic Gold #D2A335

RGB

 RED value IS 210 (82.42% from 255) = 49.3%

 GREEN value IS 163 (64.06% from 255) = 38.26%

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

R = 49.3%
G = 38.26%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2A335 (or 0xD2A335) is known color: Metallic Gold. HEX triplet: D2, A3 and 35. RGB value is (210,163,53). Sum of RGB (Red+Green+Blue) = 210+163+53=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A335 is #2D5CCA. Grayscale: #A5A5A5. Windows color (decimal): -2972875 or 3515346. OLE color: 3515346.

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

Color convert

RGB 210 163 53 -
CMYK 0 0.22 0.75 0.18
HSL 42.04º 0.64% 0.52% -
HSV(B) 42.04º 0.75% 0.82% -
XYZ 40.32 40.15 8.99 -
YUV 164.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 210 163 53 0 0.22 0.75 0.18 42.04 0.64 0.52
Hex D2 A3 35 0 16 4B 12 2A 40 34
Octal 322 243 65 0 26 113 22 52 100 64
Binary 11010010 10100011 110101 0 10110 1001011 10010 101010 1000000 110100

Color Harmonies of #D2A335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A335

Black with #D2A335

Text Example


Text Example

White with #D2A335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A335; }

 p { color: rgb(210,163,53); }

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

background-color css

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

 a { background-color: rgb(210,163,53); }

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

border-color css

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

 span { border-color: rgb(210,163,53); }

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