#DF6B5F

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

Shades of Terra Cotta #DF6B5F

Tints of Terra Cotta #DF6B5F

Color information

#DF6B5F (or 0xDF6B5F) is unknown color: approx Terra Cotta. HEX triplet: DF, 6B and 5F. RGB value is (223,107,95). Sum of RGB (Red+Green+Blue) = 223+107+95=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B5F is #2094A0. Grayscale: #8C8C8C. Windows color (decimal): -2135201 or 6253535. OLE color: 6253535.

HSL color Cylindrical-coordinate representation of color #DF6B5F: hue angle of 5.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6B5F is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22310795-
CMYK00.520.570.13
HSL5.63º66.67%62.35%-
HSV(B)5.63º57.4%87.45%-
XYZ37.7527.0314.05-
YUV140.32102.43186.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.47%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=52.47%
G=25.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231079500.520.570.135.6366.6762.35
HexDF6B5F03439D6433e
Octal3371531370647115610376
Binary1101111111010111011111011010011100111011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B5F; }

 p { color: rgb(223,107,95); }

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

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

 a { background-color: rgb(223,107,95); }

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

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

 span { border-color: rgb(223,107,95); }

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