Html Css Color HEX #DE6F54 Terra Cotta

📋 copy color: '#DE6F54'

red 222 ◦ green 111 ◦ blue 84

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

Shades of Terra Cotta #DE6F54

Tints of Terra Cotta #DE6F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 53.24%
G = 26.62%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE6F54 (or 0xDE6F54) is known color: Terra Cotta. HEX triplet: DE, 6F and 54. RGB value is (222,111,84). Sum of RGB (Red+Green+Blue) = 222+111+84=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F54 is #2190AB. Grayscale: #8D8D8D. Windows color (decimal): -2199724 or 5533662. OLE color: 5533662.

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

Color convert

RGB 222 111 84 -
CMYK 0 0.5 0.62 0.13
HSL 11.74º 0.68% 0.6% -
HSV(B) 11.74º 0.62% 0.87% -
XYZ 37.41 27.54 11.73 -
YUV 141.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 222 111 84 0 0.5 0.62 0.13 11.74 0.68 0.6
Hex DE 6F 54 0 32 3E D C 44 3C
Octal 336 157 124 0 62 76 15 14 104 74
Binary 11011110 1101111 1010100 0 110010 111110 1101 1100 1000100 111100

Color Harmonies of #DE6F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6F54

Black with #DE6F54

Text Example


Text Example

White with #DE6F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6F54; }

 p { color: rgb(222,111,84); }

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

background-color css

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

 a { background-color: rgb(222,111,84); }

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

border-color css

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

 span { border-color: rgb(222,111,84); }

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