Html Css Color HEX #DE7561 Terra Cotta

📋 copy color: '#DE7561'

red 222 ◦ green 117 ◦ blue 97

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

Shades of Terra Cotta #DE7561

Tints of Terra Cotta #DE7561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

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

R = 50.92%
G = 26.83%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE7561 (or 0xDE7561) is known color: Terra Cotta. HEX triplet: DE, 75 and 61. RGB value is (222,117,97). Sum of RGB (Red+Green+Blue) = 222+117+97=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7561 is #218A9E. Grayscale: #929292. Windows color (decimal): -2198175 or 6387166. OLE color: 6387166.

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

Color convert

RGB 222 117 97 -
CMYK 0 0.47 0.56 0.13
HSL 9.6º 0.65% 0.63% -
HSV(B) 9.6º 0.56% 0.87% -
XYZ 38.64 29.12 14.89 -
YUV 146.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 222 117 97 0 0.47 0.56 0.13 9.6 0.65 0.63
Hex DE 75 61 0 2F 38 D A 41 3F
Octal 336 165 141 0 57 70 15 12 101 77
Binary 11011110 1110101 1100001 0 101111 111000 1101 1010 1000001 111111

Color Harmonies of #DE7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7561

Black with #DE7561

Text Example


Text Example

White with #DE7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7561; }

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

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

background-color css

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

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

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

border-color css

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

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

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