Html Css Color HEX #DF7156 Terra Cotta

📋 copy color: '#DF7156'

red 223 ◦ green 113 ◦ blue 86

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

Shades of Terra Cotta #DF7156

Tints of Terra Cotta #DF7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

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

R = 52.84%
G = 26.78%
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

#DF7156 (or 0xDF7156) is known color: Terra Cotta. HEX triplet: DF, 71 and 56. RGB value is (223,113,86). Sum of RGB (Red+Green+Blue) = 223+113+86=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7156 is #208EA9. Grayscale: #8F8F8F. Windows color (decimal): -2133674 or 5665247. OLE color: 5665247.

HSL color Cylindrical-coordinate representation of color #DF7156: hue angle of 11.82º degrees, saturation: 0.68, 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 #DF7156 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 86 -
CMYK 0 0.49 0.61 0.13
HSL 11.82º 0.68% 0.61% -
HSV(B) 11.82º 0.61% 0.87% -
XYZ 38.02 28.17 12.24 -
YUV 142.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 223 113 86 0 0.49 0.61 0.13 11.82 0.68 0.61
Hex DF 71 56 0 31 3D D C 44 3D
Octal 337 161 126 0 61 75 15 14 104 75
Binary 11011111 1110001 1010110 0 110001 111101 1101 1100 1000100 111101

Color Harmonies of #DF7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7156

Black with #DF7156

Text Example


Text Example

White with #DF7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7156; }

 p { color: rgb(223,113,86); }

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

background-color css

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

 a { background-color: rgb(223,113,86); }

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

border-color css

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

 span { border-color: rgb(223,113,86); }

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