Html Css Color HEX #DF7561 Terra Cotta

📋 copy color: '#DF7561'

red 223 ◦ green 117 ◦ blue 97

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

Shades of Terra Cotta #DF7561

Tints of Terra Cotta #DF7561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 51.03%
G = 26.77%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7561 (or 0xDF7561) is known color: Terra Cotta. HEX triplet: DF, 75 and 61. RGB value is (223,117,97). Sum of RGB (Red+Green+Blue) = 223+117+97=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7561 is #208A9E. Grayscale: #929292. Windows color (decimal): -2132639 or 6387167. OLE color: 6387167.

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

Color convert

RGB 223 117 97 -
CMYK 0 0.48 0.57 0.13
HSL 9.52º 0.66% 0.63% -
HSV(B) 9.52º 0.57% 0.87% -
XYZ 38.95 29.27 14.91 -
YUV 146.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 223 117 97 0 0.48 0.57 0.13 9.52 0.66 0.63
Hex DF 75 61 0 30 39 D A 42 3F
Octal 337 165 141 0 60 71 15 12 102 77
Binary 11011111 1110101 1100001 0 110000 111001 1101 1010 1000010 111111

Color Harmonies of #DF7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7561

Black with #DF7561

Text Example


Text Example

White with #DF7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7561; }

 p { color: rgb(223,117,97); }

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

background-color css

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

 a { background-color: rgb(223,117,97); }

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

border-color css

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

 span { border-color: rgb(223,117,97); }

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