Html Css Color HEX #DC6F66 Terra Cotta

📋 copy color: '#DC6F66'

red 220 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #DC6F66

Tints of Terra Cotta #DC6F66

RGB

 RED value IS 220 (86.33% from 255) = 50.81%

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 50.81%
G = 25.64%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC6F66 (or 0xDC6F66) is known color: Terra Cotta. HEX triplet: DC, 6F and 66. RGB value is (220,111,102). Sum of RGB (Red+Green+Blue) = 220+111+102=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F66 is #239099. Grayscale: #8E8E8E. Windows color (decimal): -2330778 or 6713308. OLE color: 6713308.

HSL color Cylindrical-coordinate representation of color #DC6F66: hue angle of 4.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6F66 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 102 -
CMYK 0 0.50 0.54 0.14
HSL 4.58º 0.63% 0.63% -
HSV(B) 4.58º 0.54% 0.86% -
XYZ 37.6 27.54 15.91 -
YUV 142.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 220 111 102 0 0.50 0.54 0.14 4.58 0.63 0.63
Hex DC 6F 66 0 32 36 E 5 3F 3F
Octal 334 157 146 0 62 66 16 5 77 77
Binary 11011100 1101111 1100110 0 110010 110110 1110 101 111111 111111

Color Harmonies of #DC6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F66

Black with #DC6F66

Text Example


Text Example

White with #DC6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F66; }

 p { color: rgb(220,111,102); }

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

background-color css

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

 a { background-color: rgb(220,111,102); }

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

border-color css

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

 span { border-color: rgb(220,111,102); }

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