Html Css Color HEX #DE705F Terra Cotta

📋 copy color: '#DE705F'

red 222 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #DE705F

Tints of Terra Cotta #DE705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 51.75%
G = 26.11%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE705F (or 0xDE705F) is known color: Terra Cotta. HEX triplet: DE, 70 and 5F. RGB value is (222,112,95). Sum of RGB (Red+Green+Blue) = 222+112+95=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE705F is #218FA0. Grayscale: #8F8F8F. Windows color (decimal): -2199457 or 6254814. OLE color: 6254814.

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

Color convert

RGB 222 112 95 -
CMYK 0 0.50 0.57 0.13
HSL 8.03º 0.66% 0.62% -
HSV(B) 8.03º 0.57% 0.87% -
XYZ 37.98 27.94 14.22 -
YUV 142.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 222 112 95 0 0.50 0.57 0.13 8.03 0.66 0.62
Hex DE 70 5F 0 32 39 D 8 42 3E
Octal 336 160 137 0 62 71 15 10 102 76
Binary 11011110 1110000 1011111 0 110010 111001 1101 1000 1000010 111110

Color Harmonies of #DE705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE705F

Black with #DE705F

Text Example


Text Example

White with #DE705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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