Html Css Color HEX #D2B235 Metallic Gold

📋 copy color: '#D2B235'

red 210 ◦ green 178 ◦ blue 53

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

Shades of Metallic Gold #D2B235

Tints of Metallic Gold #D2B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 47.62%
G = 40.36%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2B235 (or 0xD2B235) is known color: Metallic Gold. HEX triplet: D2, B2 and 35. RGB value is (210,178,53). Sum of RGB (Red+Green+Blue) = 210+178+53=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B235 is #2D4DCA. Grayscale: #ADADAD. Windows color (decimal): -2969035 or 3519186. OLE color: 3519186.

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

Color convert

RGB 210 178 53 -
CMYK 0 0.15 0.75 0.18
HSL 47.77º 0.64% 0.52% -
HSV(B) 47.77º 0.75% 0.82% -
XYZ 43.14 45.8 9.93 -
YUV 173.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 210 178 53 0 0.15 0.75 0.18 47.77 0.64 0.52
Hex D2 B2 35 0 F 4B 12 30 40 34
Octal 322 262 65 0 17 113 22 60 100 64
Binary 11010010 10110010 110101 0 1111 1001011 10010 110000 1000000 110100

Color Harmonies of #D2B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B235

Black with #D2B235

Text Example


Text Example

White with #D2B235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B235; }

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

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

background-color css

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

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

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

border-color css

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

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

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