Html Css Color HEX #D3B630 Metallic Gold

📋 copy color: '#D3B630'

red 211 ◦ green 182 ◦ blue 48

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

Shades of Metallic Gold #D3B630

Tints of Metallic Gold #D3B630

RGB

 RED value IS 211 (82.81% from 255) = 47.85%

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

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

R = 47.85%
G = 41.27%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D3B630 (or 0xD3B630) is known color: Metallic Gold. HEX triplet: D3, B6 and 30. RGB value is (211,182,48). Sum of RGB (Red+Green+Blue) = 211+182+48=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B630 is #2C49CF. Grayscale: #AFAFAF. Windows color (decimal): -2902480 or 3192531. OLE color: 3192531.

HSL color Cylindrical-coordinate representation of color #D3B630: hue angle of 49.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3B630 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 182 48 -
CMYK 0 0.14 0.77 0.17
HSL 49.33º 0.65% 0.51% -
HSV(B) 49.33º 0.77% 0.83% -
XYZ 44.13 47.52 9.64 -
YUV 175.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 211 182 48 0 0.14 0.77 0.17 49.33 0.65 0.51
Hex D3 B6 30 0 E 4D 11 31 41 33
Octal 323 266 60 0 16 115 21 61 101 63
Binary 11010011 10110110 110000 0 1110 1001101 10001 110001 1000001 110011

Color Harmonies of #D3B630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B630

Black with #D3B630

Text Example


Text Example

White with #D3B630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B630; }

 p { color: rgb(211,182,48); }

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

background-color css

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

 a { background-color: rgb(211,182,48); }

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

border-color css

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

 span { border-color: rgb(211,182,48); }

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