Html Css Color HEX #DF7053 Terra Cotta

📋 copy color: '#DF7053'

red 223 ◦ green 112 ◦ blue 83

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

Shades of Terra Cotta #DF7053

Tints of Terra Cotta #DF7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 53.35%
G = 26.79%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF7053 (or 0xDF7053) is known color: Terra Cotta. HEX triplet: DF, 70 and 53. RGB value is (223,112,83). Sum of RGB (Red+Green+Blue) = 223+112+83=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7053 is #208FAC. Grayscale: #8E8E8E. Windows color (decimal): -2133933 or 5468383. OLE color: 5468383.

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

Color convert

RGB 223 112 83 -
CMYK 0 0.50 0.63 0.13
HSL 12.43º 0.69% 0.6% -
HSV(B) 12.43º 0.63% 0.87% -
XYZ 37.79 27.9 11.58 -
YUV 141.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 223 112 83 0 0.50 0.63 0.13 12.43 0.69 0.6
Hex DF 70 53 0 32 3F D C 45 3C
Octal 337 160 123 0 62 77 15 14 105 74
Binary 11011111 1110000 1010011 0 110010 111111 1101 1100 1000101 111100

Color Harmonies of #DF7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7053

Black with #DF7053

Text Example


Text Example

White with #DF7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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