Html Css Color HEX #DF7052 Terra Cotta

📋 copy color: '#DF7052'

red 223 ◦ green 112 ◦ blue 82

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

Shades of Terra Cotta #DF7052

Tints of Terra Cotta #DF7052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 53.48%
G = 26.86%
B = 19.66%

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

#DF7052 (or 0xDF7052) is known color: Terra Cotta. HEX triplet: DF, 70 and 52. RGB value is (223,112,82). Sum of RGB (Red+Green+Blue) = 223+112+82=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7052 is #208FAD. Grayscale: #8E8E8E. Windows color (decimal): -2133934 or 5402847. OLE color: 5402847.

HSL color Cylindrical-coordinate representation of color #DF7052: hue angle of 12.77º 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 #DF7052 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 82 -
CMYK 0 0.50 0.63 0.13
HSL 12.77º 0.69% 0.6% -
HSV(B) 12.77º 0.63% 0.87% -
XYZ 37.75 27.89 11.38 -
YUV 141.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 223 112 82 0 0.50 0.63 0.13 12.77 0.69 0.6
Hex DF 70 52 0 32 3F D D 45 3C
Octal 337 160 122 0 62 77 15 15 105 74
Binary 11011111 1110000 1010010 0 110010 111111 1101 1101 1000101 111100

Color Harmonies of #DF7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7052

Black with #DF7052

Text Example


Text Example

White with #DF7052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7052; }

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

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

background-color css

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

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

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

border-color css

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

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

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