Html Css Color HEX #DC6B58 Terra Cotta

📋 copy color: '#DC6B58'

red 220 ◦ green 107 ◦ blue 88

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

Shades of Terra Cotta #DC6B58

Tints of Terra Cotta #DC6B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 53.01%
G = 25.78%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC6B58 (or 0xDC6B58) is known color: Terra Cotta. HEX triplet: DC, 6B and 58. RGB value is (220,107,88). Sum of RGB (Red+Green+Blue) = 220+107+88=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B58 is #2394A7. Grayscale: #8A8A8A. Windows color (decimal): -2331816 or 5794780. OLE color: 5794780.

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

Color convert

RGB 220 107 88 -
CMYK 0 0.51 0.6 0.14
HSL 8.64º 0.65% 0.6% -
HSV(B) 8.64º 0.6% 0.86% -
XYZ 36.53 26.44 12.41 -
YUV 138.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 220 107 88 0 0.51 0.6 0.14 8.64 0.65 0.6
Hex DC 6B 58 0 33 3C E 9 41 3C
Octal 334 153 130 0 63 74 16 11 101 74
Binary 11011100 1101011 1011000 0 110011 111100 1110 1001 1000001 111100

Color Harmonies of #DC6B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B58

Black with #DC6B58

Text Example


Text Example

White with #DC6B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B58; }

 p { color: rgb(220,107,88); }

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

background-color css

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

 a { background-color: rgb(220,107,88); }

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

border-color css

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

 span { border-color: rgb(220,107,88); }

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