Html Css Color HEX #DF7660 Terra Cotta

📋 copy color: '#DF7660'

red 223 ◦ green 118 ◦ blue 96

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

Shades of Terra Cotta #DF7660

Tints of Terra Cotta #DF7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 51.03%
G = 27%
B = 21.97%

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

#DF7660 (or 0xDF7660) is known color: Terra Cotta. HEX triplet: DF, 76 and 60. RGB value is (223,118,96). Sum of RGB (Red+Green+Blue) = 223+118+96=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7660 is #20899F. Grayscale: #939393. Windows color (decimal): -2132384 or 6321887. OLE color: 6321887.

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

Color convert

RGB 223 118 96 -
CMYK 0 0.47 0.57 0.13
HSL 10.39º 0.66% 0.63% -
HSV(B) 10.39º 0.57% 0.87% -
XYZ 39.02 29.49 14.7 -
YUV 146.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 223 118 96 0 0.47 0.57 0.13 10.39 0.66 0.63
Hex DF 76 60 0 2F 39 D A 42 3F
Octal 337 166 140 0 57 71 15 12 102 77
Binary 11011111 1110110 1100000 0 101111 111001 1101 1010 1000010 111111

Color Harmonies of #DF7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7660

Black with #DF7660

Text Example


Text Example

White with #DF7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7660; }

 p { color: rgb(223,118,96); }

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

background-color css

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

 a { background-color: rgb(223,118,96); }

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

border-color css

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

 span { border-color: rgb(223,118,96); }

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