Html Css Color HEX #D2B628 Metallic Gold

📋 copy color: '#D2B628'

red 210 ◦ green 182 ◦ blue 40

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

Shades of Metallic Gold #D2B628

Tints of Metallic Gold #D2B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 48.61%
G = 42.13%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2B628 (or 0xD2B628) is known color: Metallic Gold. HEX triplet: D2, B6 and 28. RGB value is (210,182,40). Sum of RGB (Red+Green+Blue) = 210+182+40=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B628 is #2D49D7. Grayscale: #AEAEAE. Windows color (decimal): -2968024 or 2668242. OLE color: 2668242.

HSL color Cylindrical-coordinate representation of color #D2B628: hue angle of 50.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2B628 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 40 -
CMYK 0 0.13 0.81 0.18
HSL 50.12º 0.68% 0.49% -
HSV(B) 50.12º 0.81% 0.82% -
XYZ 43.69 47.31 8.84 -
YUV 174.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 210 182 40 0 0.13 0.81 0.18 50.12 0.68 0.49
Hex D2 B6 28 0 D 51 12 32 44 31
Octal 322 266 50 0 15 121 22 62 104 61
Binary 11010010 10110110 101000 0 1101 1010001 10010 110010 1000100 110001

Color Harmonies of #D2B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B628

Black with #D2B628

Text Example


Text Example

White with #D2B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B628; }

 p { color: rgb(210,182,40); }

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

background-color css

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

 a { background-color: rgb(210,182,40); }

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

border-color css

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

 span { border-color: rgb(210,182,40); }

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