Html Css Color HEX #DC7767 Terra Cotta

📋 copy color: '#DC7767'

red 220 ◦ green 119 ◦ blue 103

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

Shades of Terra Cotta #DC7767

Tints of Terra Cotta #DC7767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 103 (40.63% from 255) = 23.3%

R = 49.77%
G = 26.92%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7767 (or 0xDC7767) is known color: Terra Cotta. HEX triplet: DC, 77 and 67. RGB value is (220,119,103). Sum of RGB (Red+Green+Blue) = 220+119+103=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7767 is #238898. Grayscale: #939393. Windows color (decimal): -2328729 or 6780892. OLE color: 6780892.

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

Color convert

RGB 220 119 103 -
CMYK 0 0.46 0.53 0.14
HSL 8.21º 0.63% 0.63% -
HSV(B) 8.21º 0.53% 0.86% -
XYZ 38.56 29.39 16.47 -
YUV 147.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 220 119 103 0 0.46 0.53 0.14 8.21 0.63 0.63
Hex DC 77 67 0 2E 35 E 8 3F 3F
Octal 334 167 147 0 56 65 16 10 77 77
Binary 11011100 1110111 1100111 0 101110 110101 1110 1000 111111 111111

Color Harmonies of #DC7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7767

Black with #DC7767

Text Example


Text Example

White with #DC7767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7767; }

 p { color: rgb(220,119,103); }

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

background-color css

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

 a { background-color: rgb(220,119,103); }

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

border-color css

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

 span { border-color: rgb(220,119,103); }

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