Html Css Color HEX #DF7055 Terra Cotta

📋 copy color: '#DF7055'

red 223 ◦ green 112 ◦ blue 85

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

Shades of Terra Cotta #DF7055

Tints of Terra Cotta #DF7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 53.1%
G = 26.67%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF7055 (or 0xDF7055) is known color: Terra Cotta. HEX triplet: DF, 70 and 55. RGB value is (223,112,85). Sum of RGB (Red+Green+Blue) = 223+112+85=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7055 is #208FAA. Grayscale: #8E8E8E. Windows color (decimal): -2133931 or 5599455. OLE color: 5599455.

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

Color convert

RGB 223 112 85 -
CMYK 0 0.50 0.62 0.13
HSL 11.74º 0.68% 0.6% -
HSV(B) 11.74º 0.62% 0.87% -
XYZ 37.87 27.93 11.99 -
YUV 142.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 223 112 85 0 0.50 0.62 0.13 11.74 0.68 0.6
Hex DF 70 55 0 32 3E D C 44 3C
Octal 337 160 125 0 62 76 15 14 104 74
Binary 11011111 1110000 1010101 0 110010 111110 1101 1100 1000100 111100

Color Harmonies of #DF7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7055

Black with #DF7055

Text Example


Text Example

White with #DF7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7055; }

 p { color: rgb(223,112,85); }

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

background-color css

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

 a { background-color: rgb(223,112,85); }

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

border-color css

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

 span { border-color: rgb(223,112,85); }

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