Html Css Color HEX #DE795D Terra Cotta

📋 copy color: '#DE795D'

red 222 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #DE795D

Tints of Terra Cotta #DE795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

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

R = 50.92%
G = 27.75%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE795D (or 0xDE795D) is known color: Terra Cotta. HEX triplet: DE, 79 and 5D. RGB value is (222,121,93). Sum of RGB (Red+Green+Blue) = 222+121+93=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE795D is #2186A2. Grayscale: #949494. Windows color (decimal): -2197155 or 6126046. OLE color: 6126046.

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

Color convert

RGB 222 121 93 -
CMYK 0 0.45 0.58 0.13
HSL 13.02º 0.66% 0.62% -
HSV(B) 13.02º 0.58% 0.87% -
XYZ 38.94 29.99 14.09 -
YUV 148.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 222 121 93 0 0.45 0.58 0.13 13.02 0.66 0.62
Hex DE 79 5D 0 2D 3A D D 42 3E
Octal 336 171 135 0 55 72 15 15 102 76
Binary 11011110 1111001 1011101 0 101101 111010 1101 1101 1000010 111110

Color Harmonies of #DE795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE795D

Black with #DE795D

Text Example


Text Example

White with #DE795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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