Html Css Color HEX #DE795C Terra Cotta

📋 copy color: '#DE795C'

red 222 ◦ green 121 ◦ blue 92

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

Shades of Terra Cotta #DE795C

Tints of Terra Cotta #DE795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 51.03%
G = 27.82%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE795C (or 0xDE795C) is known color: Terra Cotta. HEX triplet: DE, 79 and 5C. RGB value is (222,121,92). Sum of RGB (Red+Green+Blue) = 222+121+92=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE795C is #2186A3. Grayscale: #949494. Windows color (decimal): -2197156 or 6060510. OLE color: 6060510.

HSL color Cylindrical-coordinate representation of color #DE795C: hue angle of 13.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE795C is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 121 92 -
CMYK 0 0.45 0.59 0.13
HSL 13.38º 0.66% 0.62% -
HSV(B) 13.38º 0.59% 0.87% -
XYZ 38.89 29.98 13.86 -
YUV 147.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 222 121 92 0 0.45 0.59 0.13 13.38 0.66 0.62
Hex DE 79 5C 0 2D 3B D D 42 3E
Octal 336 171 134 0 55 73 15 15 102 76
Binary 11011110 1111001 1011100 0 101101 111011 1101 1101 1000010 111110

Color Harmonies of #DE795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE795C

Black with #DE795C

Text Example


Text Example

White with #DE795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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