Html Css Color HEX #DE6B5D Terra Cotta

📋 copy color: '#DE6B5D'

red 222 ◦ green 107 ◦ blue 93

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

Shades of Terra Cotta #DE6B5D

Tints of Terra Cotta #DE6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 52.61%
G = 25.36%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE6B5D (or 0xDE6B5D) is known color: Terra Cotta. HEX triplet: DE, 6B and 5D. RGB value is (222,107,93). Sum of RGB (Red+Green+Blue) = 222+107+93=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B5D is #2194A2. Grayscale: #8B8B8B. Windows color (decimal): -2200739 or 6122462. OLE color: 6122462.

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

Color convert

RGB 222 107 93 -
CMYK 0 0.52 0.58 0.13
HSL 6.51º 0.66% 0.62% -
HSV(B) 6.51º 0.58% 0.87% -
XYZ 37.36 26.84 13.57 -
YUV 139.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 222 107 93 0 0.52 0.58 0.13 6.51 0.66 0.62
Hex DE 6B 5D 0 34 3A D 7 42 3E
Octal 336 153 135 0 64 72 15 7 102 76
Binary 11011110 1101011 1011101 0 110100 111010 1101 111 1000010 111110

Color Harmonies of #DE6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B5D

Black with #DE6B5D

Text Example


Text Example

White with #DE6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B5D; }

 p { color: rgb(222,107,93); }

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

background-color css

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

 a { background-color: rgb(222,107,93); }

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

border-color css

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

 span { border-color: rgb(222,107,93); }

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