Html Css Color HEX #DE705D Terra Cotta

📋 copy color: '#DE705D'

red 222 ◦ green 112 ◦ blue 93

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

Shades of Terra Cotta #DE705D

Tints of Terra Cotta #DE705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 51.99%
G = 26.23%
B = 21.78%

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

#DE705D (or 0xDE705D) is known color: Terra Cotta. HEX triplet: DE, 70 and 5D. RGB value is (222,112,93). Sum of RGB (Red+Green+Blue) = 222+112+93=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE705D is #218FA2. Grayscale: #8E8E8E. Windows color (decimal): -2199459 or 6123742. OLE color: 6123742.

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

Color convert

RGB 222 112 93 -
CMYK 0 0.50 0.58 0.13
HSL 8.84º 0.66% 0.62% -
HSV(B) 8.84º 0.58% 0.87% -
XYZ 37.89 27.91 13.75 -
YUV 142.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 222 112 93 0 0.50 0.58 0.13 8.84 0.66 0.62
Hex DE 70 5D 0 32 3A D 9 42 3E
Octal 336 160 135 0 62 72 15 11 102 76
Binary 11011110 1110000 1011101 0 110010 111010 1101 1001 1000010 111110

Color Harmonies of #DE705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE705D

Black with #DE705D

Text Example


Text Example

White with #DE705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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