Html Css Color HEX #DF7E5D Terra Cotta

📋 copy color: '#DF7E5D'

red 223 ◦ green 126 ◦ blue 93

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

Shades of Terra Cotta #DF7E5D

Tints of Terra Cotta #DF7E5D

RGB

 RED value IS 223 (87.5% from 255) = 50.45%

 GREEN value IS 126 (49.61% from 255) = 28.51%

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 50.45%
G = 28.51%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF7E5D (or 0xDF7E5D) is known color: Terra Cotta. HEX triplet: DF, 7E and 5D. RGB value is (223,126,93). Sum of RGB (Red+Green+Blue) = 223+126+93=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E5D is #2081A2. Grayscale: #979797. Windows color (decimal): -2130339 or 6127327. OLE color: 6127327.

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

Color convert

RGB 223 126 93 -
CMYK 0 0.43 0.58 0.13
HSL 15.23º 0.67% 0.62% -
HSV(B) 15.23º 0.58% 0.87% -
XYZ 39.87 31.4 14.32 -
YUV 151.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 223 126 93 0 0.43 0.58 0.13 15.23 0.67 0.62
Hex DF 7E 5D 0 2B 3A D F 43 3E
Octal 337 176 135 0 53 72 15 17 103 76
Binary 11011111 1111110 1011101 0 101011 111010 1101 1111 1000011 111110

Color Harmonies of #DF7E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E5D

Black with #DF7E5D

Text Example


Text Example

White with #DF7E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E5D; }

 p { color: rgb(223,126,93); }

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

background-color css

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

 a { background-color: rgb(223,126,93); }

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

border-color css

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

 span { border-color: rgb(223,126,93); }

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