#D05932

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

Shades of Chilean Fire #D05932

Tints of Chilean Fire #D05932

Color information

#D05932 (or 0xD05932) is unknown color: approx Chilean Fire. HEX triplet: D0, 59 and 32. RGB value is (208,89,50). Sum of RGB (Red+Green+Blue) = 208+89+50=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D05932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05932 is #2FA6CD. Grayscale: #787878. Windows color (decimal): -3122894 or 3299792. OLE color: 3299792.

HSL color Cylindrical-coordinate representation of color #D05932: hue angle of 14.81º degrees, saturation: 0.63, 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 #D05932 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2088950-
CMYK00.570.760.18
HSL14.81º62.7%50.59%-
HSV(B)14.81º75.96%81.57%-
XYZ30.1620.785.44-
YUV120.1488.42190.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.94%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=59.94%
G=25.65%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208895000.570.760.1814.8162.750.59
HexD059320394C12f3f33
Octal3201316207111422177763
Binary11010000101100111001001110011001100100101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05932; }

 p { color: rgb(208,89,50); }

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

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

 a { background-color: rgb(208,89,50); }

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

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

 span { border-color: rgb(208,89,50); }

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