Html Css Color HEX #DC6C5F Terra Cotta

📋 copy color: '#DC6C5F'

red 220 ◦ green 108 ◦ blue 95

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

Shades of Terra Cotta #DC6C5F

Tints of Terra Cotta #DC6C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 52.01%
G = 25.53%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC6C5F (or 0xDC6C5F) is known color: Terra Cotta. HEX triplet: DC, 6C and 5F. RGB value is (220,108,95). Sum of RGB (Red+Green+Blue) = 220+108+95=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5F is #2393A0. Grayscale: #8C8C8C. Windows color (decimal): -2331553 or 6253788. OLE color: 6253788.

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

Color convert

RGB 220 108 95 -
CMYK 0 0.51 0.57 0.14
HSL 6.24º 0.64% 0.62% -
HSV(B) 6.24º 0.57% 0.86% -
XYZ 36.94 26.77 14.05 -
YUV 140.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 220 108 95 0 0.51 0.57 0.14 6.24 0.64 0.62
Hex DC 6C 5F 0 33 39 E 6 40 3E
Octal 334 154 137 0 63 71 16 6 100 76
Binary 11011100 1101100 1011111 0 110011 111001 1110 110 1000000 111110

Color Harmonies of #DC6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C5F

Black with #DC6C5F

Text Example


Text Example

White with #DC6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C5F; }

 p { color: rgb(220,108,95); }

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

background-color css

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

 a { background-color: rgb(220,108,95); }

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

border-color css

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

 span { border-color: rgb(220,108,95); }

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