#D66433

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

Shades of Chilean Fire #D66433

Tints of Chilean Fire #D66433

Color information

#D66433 (or 0xD66433) is unknown color: approx Chilean Fire. HEX triplet: D6, 64 and 33. RGB value is (214,100,51). Sum of RGB (Red+Green+Blue) = 214+100+51=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66433 is #299BCC. Grayscale: #808080. Windows color (decimal): -2726861 or 3368150. OLE color: 3368150.

HSL color Cylindrical-coordinate representation of color #D66433: hue angle of 18.04º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66433 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21410051-
CMYK00.530.760.16
HSL18.04º66.53%51.96%-
HSV(B)18.04º76.17%83.92%-
XYZ32.8923.655.96-
YUV128.584.27188.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=58.63%
G=27.40%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141005100.530.760.1618.0466.5351.96
HexD664330354C10124334
Octal32614463065114202210364
Binary1101011011001001100110110101100110010000100101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66433; }

 p { color: rgb(214,100,51); }

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

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

 a { background-color: rgb(214,100,51); }

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

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

 span { border-color: rgb(214,100,51); }

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