Html Css Color HEX #DE6D5E Terra Cotta

📋 copy color: '#DE6D5E'

red 222 ◦ green 109 ◦ blue 94

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

Shades of Terra Cotta #DE6D5E

Tints of Terra Cotta #DE6D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

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

R = 52.24%
G = 25.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE6D5E (or 0xDE6D5E) is known color: Terra Cotta. HEX triplet: DE, 6D and 5E. RGB value is (222,109,94). Sum of RGB (Red+Green+Blue) = 222+109+94=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D5E is #2192A1. Grayscale: #8D8D8D. Windows color (decimal): -2200226 or 6188510. OLE color: 6188510.

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

Color convert

RGB 222 109 94 -
CMYK 0 0.51 0.58 0.13
HSL 7.03º 0.66% 0.62% -
HSV(B) 7.03º 0.58% 0.87% -
XYZ 37.61 27.28 13.87 -
YUV 141.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 222 109 94 0 0.51 0.58 0.13 7.03 0.66 0.62
Hex DE 6D 5E 0 33 3A D 7 42 3E
Octal 336 155 136 0 63 72 15 7 102 76
Binary 11011110 1101101 1011110 0 110011 111010 1101 111 1000010 111110

Color Harmonies of #DE6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6D5E

Black with #DE6D5E

Text Example


Text Example

White with #DE6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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