Html Css Color HEX #D2B12B Metallic Gold

📋 copy color: '#D2B12B'

red 210 ◦ green 177 ◦ blue 43

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

Shades of Metallic Gold #D2B12B

Tints of Metallic Gold #D2B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 43 (17.19% from 255) = 10%

R = 48.84%
G = 41.16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2B12B (or 0xD2B12B) is known color: Metallic Gold. HEX triplet: D2, B1 and 2B. RGB value is (210,177,43). Sum of RGB (Red+Green+Blue) = 210+177+43=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B12B is #2D4ED4. Grayscale: #ACACAC. Windows color (decimal): -2969301 or 2863570. OLE color: 2863570.

HSL color Cylindrical-coordinate representation of color #D2B12B: hue angle of 48.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2B12B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 43 -
CMYK 0 0.16 0.80 0.18
HSL 48.14º 0.66% 0.5% -
HSV(B) 48.14º 0.8% 0.82% -
XYZ 42.74 45.32 8.78 -
YUV 171.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 210 177 43 0 0.16 0.80 0.18 48.14 0.66 0.5
Hex D2 B1 2B 0 10 50 12 30 42 32
Octal 322 261 53 0 20 120 22 60 102 62
Binary 11010010 10110001 101011 0 10000 1010000 10010 110000 1000010 110010

Color Harmonies of #D2B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B12B

Black with #D2B12B

Text Example


Text Example

White with #D2B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B12B; }

 p { color: rgb(210,177,43); }

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

background-color css

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

 a { background-color: rgb(210,177,43); }

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

border-color css

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

 span { border-color: rgb(210,177,43); }

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