Html Css Color HEX #DE7367 Terra Cotta

📋 copy color: '#DE7367'

red 222 ◦ green 115 ◦ blue 103

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

Shades of Terra Cotta #DE7367

Tints of Terra Cotta #DE7367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 50.45%
G = 26.14%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE7367 (or 0xDE7367) is known color: Terra Cotta. HEX triplet: DE, 73 and 67. RGB value is (222,115,103). Sum of RGB (Red+Green+Blue) = 222+115+103=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7367 is #218C98. Grayscale: #919191. Windows color (decimal): -2198681 or 6779870. OLE color: 6779870.

HSL color Cylindrical-coordinate representation of color #DE7367: hue angle of 6.05º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE7367 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 103 -
CMYK 0 0.48 0.54 0.13
HSL 6.05º 0.64% 0.64% -
HSV(B) 6.05º 0.54% 0.87% -
XYZ 38.7 28.77 16.35 -
YUV 145.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 222 115 103 0 0.48 0.54 0.13 6.05 0.64 0.64
Hex DE 73 67 0 30 36 D 6 40 40
Octal 336 163 147 0 60 66 15 6 100 100
Binary 11011110 1110011 1100111 0 110000 110110 1101 110 1000000 1000000

Color Harmonies of #DE7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7367

Black with #DE7367

Text Example


Text Example

White with #DE7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7367; }

 p { color: rgb(222,115,103); }

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

background-color css

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

 a { background-color: rgb(222,115,103); }

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

border-color css

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

 span { border-color: rgb(222,115,103); }

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