Html Css Color HEX #DF6B60 Terra Cotta

📋 copy color: '#DF6B60'

red 223 ◦ green 107 ◦ blue 96

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

Shades of Terra Cotta #DF6B60

Tints of Terra Cotta #DF6B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 52.35%
G = 25.12%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6B60 (or 0xDF6B60) is known color: Terra Cotta. HEX triplet: DF, 6B and 60. RGB value is (223,107,96). Sum of RGB (Red+Green+Blue) = 223+107+96=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B60 is #20949F. Grayscale: #8C8C8C. Windows color (decimal): -2135200 or 6319071. OLE color: 6319071.

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

Color convert

RGB 223 107 96 -
CMYK 0 0.52 0.57 0.13
HSL 5.2º 0.66% 0.63% -
HSV(B) 5.2º 0.57% 0.87% -
XYZ 37.8 27.05 14.29 -
YUV 140.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 223 107 96 0 0.52 0.57 0.13 5.2 0.66 0.63
Hex DF 6B 60 0 34 39 D 5 42 3F
Octal 337 153 140 0 64 71 15 5 102 77
Binary 11011111 1101011 1100000 0 110100 111001 1101 101 1000010 111111

Color Harmonies of #DF6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B60

Black with #DF6B60

Text Example


Text Example

White with #DF6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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