Html Css Color HEX #D3B338 Metallic Gold

📋 copy color: '#D3B338'

red 211 ◦ green 179 ◦ blue 56

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

Shades of Metallic Gold #D3B338

Tints of Metallic Gold #D3B338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.56%

R = 47.31%
G = 40.13%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3B338 (or 0xD3B338) is known color: Metallic Gold. HEX triplet: D3, B3 and 38. RGB value is (211,179,56). Sum of RGB (Red+Green+Blue) = 211+179+56=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B338 is #2C4CC7. Grayscale: #AFAFAF. Windows color (decimal): -2903240 or 3716051. OLE color: 3716051.

HSL color Cylindrical-coordinate representation of color #D3B338: hue angle of 47.61º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3B338 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 56 -
CMYK 0 0.15 0.73 0.17
HSL 47.61º 0.64% 0.52% -
HSV(B) 47.61º 0.73% 0.83% -
XYZ 43.7 46.37 10.39 -
YUV 174.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 211 179 56 0 0.15 0.73 0.17 47.61 0.64 0.52
Hex D3 B3 38 0 F 49 11 30 40 34
Octal 323 263 70 0 17 111 21 60 100 64
Binary 11010011 10110011 111000 0 1111 1001001 10001 110000 1000000 110100

Color Harmonies of #D3B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B338

Black with #D3B338

Text Example


Text Example

White with #D3B338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B338; }

 p { color: rgb(211,179,56); }

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

background-color css

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

 a { background-color: rgb(211,179,56); }

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

border-color css

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

 span { border-color: rgb(211,179,56); }

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