Html Css Color HEX #D2B230 Metallic Gold

📋 copy color: '#D2B230'

red 210 ◦ green 178 ◦ blue 48

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

Shades of Metallic Gold #D2B230

Tints of Metallic Gold #D2B230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 48.17%
G = 40.83%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2B230 (or 0xD2B230) is known color: Metallic Gold. HEX triplet: D2, B2 and 30. RGB value is (210,178,48). Sum of RGB (Red+Green+Blue) = 210+178+48=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B230 is #2D4DCF. Grayscale: #ADADAD. Windows color (decimal): -2969040 or 3191506. OLE color: 3191506.

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

Color convert

RGB 210 178 48 -
CMYK 0 0.15 0.77 0.18
HSL 48.15º 0.64% 0.51% -
HSV(B) 48.15º 0.77% 0.82% -
XYZ 43.03 45.76 9.36 -
YUV 172.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 210 178 48 0 0.15 0.77 0.18 48.15 0.64 0.51
Hex D2 B2 30 0 F 4D 12 30 40 33
Octal 322 262 60 0 17 115 22 60 100 63
Binary 11010010 10110010 110000 0 1111 1001101 10010 110000 1000000 110011

Color Harmonies of #D2B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B230

Black with #D2B230

Text Example


Text Example

White with #D2B230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B230; }

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

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

background-color css

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

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

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

border-color css

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

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

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