Html Css Color HEX #DF705E Terra Cotta

📋 copy color: '#DF705E'

red 223 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #DF705E

Tints of Terra Cotta #DF705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 51.98%
G = 26.11%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF705E (or 0xDF705E) is known color: Terra Cotta. HEX triplet: DF, 70 and 5E. RGB value is (223,112,94). Sum of RGB (Red+Green+Blue) = 223+112+94=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF705E is #208FA1. Grayscale: #8F8F8F. Windows color (decimal): -2133922 or 6189279. OLE color: 6189279.

HSL color Cylindrical-coordinate representation of color #DF705E: hue angle of 8.37º 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 #DF705E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 94 -
CMYK 0 0.50 0.58 0.13
HSL 8.37º 0.67% 0.62% -
HSV(B) 8.37º 0.58% 0.87% -
XYZ 38.25 28.08 13.99 -
YUV 143.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 223 112 94 0 0.50 0.58 0.13 8.37 0.67 0.62
Hex DF 70 5E 0 32 3A D 8 43 3E
Octal 337 160 136 0 62 72 15 10 103 76
Binary 11011111 1110000 1011110 0 110010 111010 1101 1000 1000011 111110

Color Harmonies of #DF705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF705E

Black with #DF705E

Text Example


Text Example

White with #DF705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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