#D08030

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

Shades of Bronze #D08030

Tints of Bronze #D08030

Color information

#D08030 (or 0xD08030) is unknown color: approx Bronze. HEX triplet: D0, 80 and 30. RGB value is (208,128,48). Sum of RGB (Red+Green+Blue) = 208+128+48=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D08030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08030 is #2F7FCF. Grayscale: #8F8F8F. Windows color (decimal): -3112912 or 3178704. OLE color: 3178704.

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

Color convert

RGB20812848-
CMYK00.380.770.18
HSL30º62.99%50.2%-
HSV(B)30º76.92%81.57%-
XYZ34.2729.066.6-
YUV142.874.5174.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.17%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=54.17%
G=33.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081284800.380.770.183062.9950.2
HexD080300264D121e3f32
Octal3202006004611522367762
Binary1101000010000000110000010011010011011001011110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08030; }

 p { color: rgb(208,128,48); }

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

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

 a { background-color: rgb(208,128,48); }

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

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

 span { border-color: rgb(208,128,48); }

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