Html Css Color HEX #D2B435 Metallic Gold

📋 copy color: '#D2B435'

red 210 ◦ green 180 ◦ blue 53

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

Shades of Metallic Gold #D2B435

Tints of Metallic Gold #D2B435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 47.4%
G = 40.63%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2B435 (or 0xD2B435) is known color: Metallic Gold. HEX triplet: D2, B4 and 35. RGB value is (210,180,53). Sum of RGB (Red+Green+Blue) = 210+180+53=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B435 is #2D4BCA. Grayscale: #AFAFAF. Windows color (decimal): -2968523 or 3519698. OLE color: 3519698.

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

Color convert

RGB 210 180 53 -
CMYK 0 0.14 0.75 0.18
HSL 48.54º 0.64% 0.52% -
HSV(B) 48.54º 0.75% 0.82% -
XYZ 43.54 46.6 10.07 -
YUV 174.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 210 180 53 0 0.14 0.75 0.18 48.54 0.64 0.52
Hex D2 B4 35 0 E 4B 12 31 40 34
Octal 322 264 65 0 16 113 22 61 100 64
Binary 11010010 10110100 110101 0 1110 1001011 10010 110001 1000000 110100

Color Harmonies of #D2B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B435

Black with #D2B435

Text Example


Text Example

White with #D2B435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B435; }

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

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

background-color css

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

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

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

border-color css

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

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

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