Html Css Color HEX #DF715E Terra Cotta

📋 copy color: '#DF715E'

red 223 ◦ green 113 ◦ blue 94

#DF715E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #DF715E

Tints of Terra Cotta #DF715E

RGB

 RED value IS 223 (87.5% from 255) = 51.86%

 GREEN value IS 113 (44.53% from 255) = 26.28%

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 51.86%
G = 26.28%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF715E (or 0xDF715E) is known color: Terra Cotta. HEX triplet: DF, 71 and 5E. RGB value is (223,113,94). Sum of RGB (Red+Green+Blue) = 223+113+94=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715E is #208EA1. Grayscale: #8F8F8F. Windows color (decimal): -2133666 or 6189535. OLE color: 6189535.

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

Color convert

RGB 223 113 94 -
CMYK 0 0.49 0.58 0.13
HSL 8.84º 0.67% 0.62% -
HSV(B) 8.84º 0.58% 0.87% -
XYZ 38.36 28.31 14.03 -
YUV 143.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 223 113 94 0 0.49 0.58 0.13 8.84 0.67 0.62
Hex DF 71 5E 0 31 3A D 9 43 3E
Octal 337 161 136 0 61 72 15 11 103 76
Binary 11011111 1110001 1011110 0 110001 111010 1101 1001 1000011 111110

Color Harmonies of #DF715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF715E

Black with #DF715E

Text Example


Text Example

White with #DF715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF715E; }

 p { color: rgb(223,113,94); }

 H1.HeaderClassName
 {
   color: #DF715E;
 }
 .AnyTagClassName
 {
   color: #DF715E;
 }
</style>

background-color css

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

 a { background-color: rgb(223,113,94); }

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

border-color css

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

 span { border-color: rgb(223,113,94); }

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