Html Css Color HEX #DF7761 Terra Cotta

📋 copy color: '#DF7761'

red 223 ◦ green 119 ◦ blue 97

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

Shades of Terra Cotta #DF7761

Tints of Terra Cotta #DF7761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.11%

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

R = 50.8%
G = 27.11%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF7761 (or 0xDF7761) is known color: Terra Cotta. HEX triplet: DF, 77 and 61. RGB value is (223,119,97). Sum of RGB (Red+Green+Blue) = 223+119+97=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7761 is #20889E. Grayscale: #939393. Windows color (decimal): -2132127 or 6387679. OLE color: 6387679.

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

Color convert

RGB 223 119 97 -
CMYK 0 0.47 0.57 0.13
HSL 10.48º 0.66% 0.63% -
HSV(B) 10.48º 0.57% 0.87% -
XYZ 39.19 29.74 14.99 -
YUV 147.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 223 119 97 0 0.47 0.57 0.13 10.48 0.66 0.63
Hex DF 77 61 0 2F 39 D A 42 3F
Octal 337 167 141 0 57 71 15 12 102 77
Binary 11011111 1110111 1100001 0 101111 111001 1101 1010 1000010 111111

Color Harmonies of #DF7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7761

Black with #DF7761

Text Example


Text Example

White with #DF7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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