Html Css Color HEX #DE715A Terra Cotta

📋 copy color: '#DE715A'

red 222 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #DE715A

Tints of Terra Cotta #DE715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 52.24%
G = 26.59%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE715A (or 0xDE715A) is known color: Terra Cotta. HEX triplet: DE, 71 and 5A. RGB value is (222,113,90). Sum of RGB (Red+Green+Blue) = 222+113+90=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE715A is #218EA5. Grayscale: #8F8F8F. Windows color (decimal): -2199206 or 5927390. OLE color: 5927390.

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

Color convert

RGB 222 113 90 -
CMYK 0 0.49 0.59 0.13
HSL 10.45º 0.67% 0.61% -
HSV(B) 10.45º 0.59% 0.87% -
XYZ 37.87 28.08 13.1 -
YUV 142.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 222 113 90 0 0.49 0.59 0.13 10.45 0.67 0.61
Hex DE 71 5A 0 31 3B D A 43 3D
Octal 336 161 132 0 61 73 15 12 103 75
Binary 11011110 1110001 1011010 0 110001 111011 1101 1010 1000011 111101

Color Harmonies of #DE715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE715A

Black with #DE715A

Text Example


Text Example

White with #DE715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE715A; }

 p { color: rgb(222,113,90); }

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

background-color css

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

 a { background-color: rgb(222,113,90); }

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

border-color css

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

 span { border-color: rgb(222,113,90); }

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