Html Css Color HEX #DE725F Terra Cotta

📋 copy color: '#DE725F'

red 222 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #DE725F

Tints of Terra Cotta #DE725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 51.51%
G = 26.45%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE725F (or 0xDE725F) is known color: Terra Cotta. HEX triplet: DE, 72 and 5F. RGB value is (222,114,95). Sum of RGB (Red+Green+Blue) = 222+114+95=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE725F is #218DA0. Grayscale: #909090. Windows color (decimal): -2198945 or 6255326. OLE color: 6255326.

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

Color convert

RGB 222 114 95 -
CMYK 0 0.49 0.57 0.13
HSL 8.98º 0.66% 0.62% -
HSV(B) 8.98º 0.57% 0.87% -
XYZ 38.21 28.39 14.29 -
YUV 144.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 222 114 95 0 0.49 0.57 0.13 8.98 0.66 0.62
Hex DE 72 5F 0 31 39 D 9 42 3E
Octal 336 162 137 0 61 71 15 11 102 76
Binary 11011110 1110010 1011111 0 110001 111001 1101 1001 1000010 111110

Color Harmonies of #DE725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE725F

Black with #DE725F

Text Example


Text Example

White with #DE725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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