Html Css Color HEX #DE705E Terra Cotta

📋 copy color: '#DE705E'

red 222 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #DE705E

Tints of Terra Cotta #DE705E

RGB

 RED value IS 222 (87.11% from 255) = 51.87%

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

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

R = 51.87%
G = 26.17%
B = 21.96%

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

#DE705E (or 0xDE705E) is known color: Terra Cotta. HEX triplet: DE, 70 and 5E. RGB value is (222,112,94). Sum of RGB (Red+Green+Blue) = 222+112+94=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE705E is #218FA1. Grayscale: #8F8F8F. Windows color (decimal): -2199458 or 6189278. OLE color: 6189278.

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

Color convert

RGB 222 112 94 -
CMYK 0 0.50 0.58 0.13
HSL 8.44º 0.66% 0.62% -
HSV(B) 8.44º 0.58% 0.87% -
XYZ 37.94 27.93 13.98 -
YUV 142.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 222 112 94 0 0.50 0.58 0.13 8.44 0.66 0.62
Hex DE 70 5E 0 32 3A D 8 42 3E
Octal 336 160 136 0 62 72 15 10 102 76
Binary 11011110 1110000 1011110 0 110010 111010 1101 1000 1000010 111110

Color Harmonies of #DE705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE705E

Black with #DE705E

Text Example


Text Example

White with #DE705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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