#D28130

Color #D28130 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #D28130

Tints of Bronze #D28130

Color information

#D28130 (or 0xD28130) is unknown color: approx Bronze. HEX triplet: D2, 81 and 30. RGB value is (210,129,48). Sum of RGB (Red+Green+Blue) = 210+129+48=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D28130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28130 is #2D7ECF. Grayscale: #909090. Windows color (decimal): -2981584 or 3178962. OLE color: 3178962.

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

Color convert

RGB21012948-
CMYK00.390.770.18
HSL30º64.29%50.59%-
HSV(B)30º77.14%82.35%-
XYZ34.9629.626.67-
YUV143.9973.84175.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=54.26%
G=33.33%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101294800.390.770.183064.2950.59
HexD281300274D121e4033
Octal32220160047115223610063
Binary11010010100000011100000100111100110110010111101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28130; }

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

 H1.HeaderClassName
 {
   color: #D28130;
 }
 .AnyTagClassName
 {
   color: #D28130;
 }
</style>
background-color css

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

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

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

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

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

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