Html Css Color HEX #DE7C61 Terra Cotta

📋 copy color: '#DE7C61'

red 222 ◦ green 124 ◦ blue 97

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

Shades of Terra Cotta #DE7C61

Tints of Terra Cotta #DE7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.99%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 50.11%
G = 27.99%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE7C61 (or 0xDE7C61) is known color: Terra Cotta. HEX triplet: DE, 7C and 61. RGB value is (222,124,97). Sum of RGB (Red+Green+Blue) = 222+124+97=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C61 is #21839E. Grayscale: #969696. Windows color (decimal): -2196383 or 6388958. OLE color: 6388958.

HSL color Cylindrical-coordinate representation of color #DE7C61: hue angle of 12.96º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE7C61 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 97 -
CMYK 0 0.44 0.56 0.13
HSL 12.96º 0.65% 0.63% -
HSV(B) 12.96º 0.56% 0.87% -
XYZ 39.49 30.81 15.17 -
YUV 150.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 222 124 97 0 0.44 0.56 0.13 12.96 0.65 0.63
Hex DE 7C 61 0 2C 38 D D 41 3F
Octal 336 174 141 0 54 70 15 15 101 77
Binary 11011110 1111100 1100001 0 101100 111000 1101 1101 1000001 111111

Color Harmonies of #DE7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C61

Black with #DE7C61

Text Example


Text Example

White with #DE7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C61; }

 p { color: rgb(222,124,97); }

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

background-color css

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

 a { background-color: rgb(222,124,97); }

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

border-color css

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

 span { border-color: rgb(222,124,97); }

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