Html Css Color HEX #DE6A5A Terra Cotta

📋 copy color: '#DE6A5A'

red 222 ◦ green 106 ◦ blue 90

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

Shades of Terra Cotta #DE6A5A

Tints of Terra Cotta #DE6A5A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

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

R = 53.11%
G = 25.36%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE6A5A (or 0xDE6A5A) is known color: Terra Cotta. HEX triplet: DE, 6A and 5A. RGB value is (222,106,90). Sum of RGB (Red+Green+Blue) = 222+106+90=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A5A is #2195A5. Grayscale: #8B8B8B. Windows color (decimal): -2200998 or 5925598. OLE color: 5925598.

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

Color convert

RGB 222 106 90 -
CMYK 0 0.52 0.59 0.13
HSL 7.27º 0.67% 0.61% -
HSV(B) 7.27º 0.59% 0.87% -
XYZ 37.12 26.58 12.85 -
YUV 138.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 222 106 90 0 0.52 0.59 0.13 7.27 0.67 0.61
Hex DE 6A 5A 0 34 3B D 7 43 3D
Octal 336 152 132 0 64 73 15 7 103 75
Binary 11011110 1101010 1011010 0 110100 111011 1101 111 1000011 111101

Color Harmonies of #DE6A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A5A

Black with #DE6A5A

Text Example


Text Example

White with #DE6A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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