Html Css Color HEX #D2B32C Metallic Gold

📋 copy color: '#D2B32C'

red 210 ◦ green 179 ◦ blue 44

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

Shades of Metallic Gold #D2B32C

Tints of Metallic Gold #D2B32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 48.5%
G = 41.34%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2B32C (or 0xD2B32C) is known color: Metallic Gold. HEX triplet: D2, B3 and 2C. RGB value is (210,179,44). Sum of RGB (Red+Green+Blue) = 210+179+44=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B32C is #2D4CD3. Grayscale: #ADADAD. Windows color (decimal): -2968788 or 2929618. OLE color: 2929618.

HSL color Cylindrical-coordinate representation of color #D2B32C: hue angle of 48.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2B32C is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 179 44 -
CMYK 0 0.15 0.79 0.18
HSL 48.8º 0.65% 0.5% -
HSV(B) 48.8º 0.79% 0.82% -
XYZ 43.15 46.12 9.01 -
YUV 172.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 210 179 44 0 0.15 0.79 0.18 48.8 0.65 0.5
Hex D2 B3 2C 0 F 4F 12 31 41 32
Octal 322 263 54 0 17 117 22 61 101 62
Binary 11010010 10110011 101100 0 1111 1001111 10010 110001 1000001 110010

Color Harmonies of #D2B32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B32C

Black with #D2B32C

Text Example


Text Example

White with #D2B32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B32C; }

 p { color: rgb(210,179,44); }

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

background-color css

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

 a { background-color: rgb(210,179,44); }

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

border-color css

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

 span { border-color: rgb(210,179,44); }

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