Html Css Color HEX #DE7256 Terra Cotta

📋 copy color: '#DE7256'

red 222 ◦ green 114 ◦ blue 86

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

Shades of Terra Cotta #DE7256

Tints of Terra Cotta #DE7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.38%

R = 52.61%
G = 27.01%
B = 20.38%

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

#DE7256 (or 0xDE7256) is known color: Terra Cotta. HEX triplet: DE, 72 and 56. RGB value is (222,114,86). Sum of RGB (Red+Green+Blue) = 222+114+86=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7256 is #218DA9. Grayscale: #8F8F8F. Windows color (decimal): -2198954 or 5665502. OLE color: 5665502.

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

Color convert

RGB 222 114 86 -
CMYK 0 0.49 0.61 0.13
HSL 12.35º 0.67% 0.6% -
HSV(B) 12.35º 0.61% 0.87% -
XYZ 37.82 28.24 12.26 -
YUV 143.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 222 114 86 0 0.49 0.61 0.13 12.35 0.67 0.6
Hex DE 72 56 0 31 3D D C 43 3C
Octal 336 162 126 0 61 75 15 14 103 74
Binary 11011110 1110010 1010110 0 110001 111101 1101 1100 1000011 111100

Color Harmonies of #DE7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7256

Black with #DE7256

Text Example


Text Example

White with #DE7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7256; }

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

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

background-color css

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

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

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

border-color css

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

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

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