Html Css Color HEX #DE7257 Terra Cotta

📋 copy color: '#DE7257'

red 222 ◦ green 114 ◦ blue 87

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

Shades of Terra Cotta #DE7257

Tints of Terra Cotta #DE7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 52.48%
G = 26.95%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE7257 (or 0xDE7257) is known color: Terra Cotta. HEX triplet: DE, 72 and 57. RGB value is (222,114,87). Sum of RGB (Red+Green+Blue) = 222+114+87=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7257 is #218DA8. Grayscale: #8F8F8F. Windows color (decimal): -2198953 or 5731038. OLE color: 5731038.

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

Color convert

RGB 222 114 87 -
CMYK 0 0.49 0.61 0.13
HSL 12º 0.67% 0.61% -
HSV(B) 12º 0.61% 0.87% -
XYZ 37.86 28.25 12.47 -
YUV 143.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 222 114 87 0 0.49 0.61 0.13 12 0.67 0.61
Hex DE 72 57 0 31 3D D C 43 3D
Octal 336 162 127 0 61 75 15 14 103 75
Binary 11011110 1110010 1010111 0 110001 111101 1101 1100 1000011 111101

Color Harmonies of #DE7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7257

Black with #DE7257

Text Example


Text Example

White with #DE7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7257; }

 p { color: rgb(222,114,87); }

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

background-color css

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

 a { background-color: rgb(222,114,87); }

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

border-color css

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

 span { border-color: rgb(222,114,87); }

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