#D27D32

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

Shades of Bronze #D27D32

Tints of Bronze #D27D32

Color information

#D27D32 (or 0xD27D32) is unknown color: approx Bronze. HEX triplet: D2, 7D and 32. RGB value is (210,125,50). Sum of RGB (Red+Green+Blue) = 210+125+50=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D32 is #2D82CD. Grayscale: #8E8E8E. Windows color (decimal): -2982606 or 3309010. OLE color: 3309010.

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

Color convert

RGB21012550-
CMYK00.400.760.18
HSL28.12º64%50.98%-
HSV(B)28.12º76.19%82.35%-
XYZ34.4928.66.72-
YUV141.8676.16176.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=54.55%
G=32.47%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101255000.400.760.1828.126450.98
HexD27D320284C121c4033
Octal32217562050114223410063
Binary1101001011111011100100101000100110010010111001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D32; }

 p { color: rgb(210,125,50); }

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

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

 a { background-color: rgb(210,125,50); }

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

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

 span { border-color: rgb(210,125,50); }

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