Html Css Color HEX #D2B336 Metallic Gold

📋 copy color: '#D2B336'

red 210 ◦ green 179 ◦ blue 54

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

Shades of Metallic Gold #D2B336

Tints of Metallic Gold #D2B336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.19%

R = 47.4%
G = 40.41%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D2B336 (or 0xD2B336) is known color: Metallic Gold. HEX triplet: D2, B3 and 36. RGB value is (210,179,54). Sum of RGB (Red+Green+Blue) = 210+179+54=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B336 is #2D4CC9. Grayscale: #AEAEAE. Windows color (decimal): -2968778 or 3584978. OLE color: 3584978.

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

Color convert

RGB 210 179 54 -
CMYK 0 0.15 0.74 0.18
HSL 48.08º 0.63% 0.52% -
HSV(B) 48.08º 0.74% 0.82% -
XYZ 43.36 46.21 10.12 -
YUV 174.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 210 179 54 0 0.15 0.74 0.18 48.08 0.63 0.52
Hex D2 B3 36 0 F 4A 12 30 3F 34
Octal 322 263 66 0 17 112 22 60 77 64
Binary 11010010 10110011 110110 0 1111 1001010 10010 110000 111111 110100

Color Harmonies of #D2B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B336

Black with #D2B336

Text Example


Text Example

White with #D2B336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B336; }

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

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

background-color css

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

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

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

border-color css

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

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

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