Html Css Color HEX #DC7667 Terra Cotta

📋 copy color: '#DC7667'

red 220 ◦ green 118 ◦ blue 103

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

Shades of Terra Cotta #DC7667

Tints of Terra Cotta #DC7667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

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

R = 49.89%
G = 26.76%
B = 23.36%

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

#DC7667 (or 0xDC7667) is known color: Terra Cotta. HEX triplet: DC, 76 and 67. RGB value is (220,118,103). Sum of RGB (Red+Green+Blue) = 220+118+103=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7667 is #238998. Grayscale: #929292. Windows color (decimal): -2328985 or 6780636. OLE color: 6780636.

HSL color Cylindrical-coordinate representation of color #DC7667: hue angle of 7.69º 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 #DC7667 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 103 -
CMYK 0 0.46 0.53 0.14
HSL 7.69º 0.63% 0.63% -
HSV(B) 7.69º 0.53% 0.86% -
XYZ 38.44 29.15 16.43 -
YUV 146.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 220 118 103 0 0.46 0.53 0.14 7.69 0.63 0.63
Hex DC 76 67 0 2E 35 E 8 3F 3F
Octal 334 166 147 0 56 65 16 10 77 77
Binary 11011100 1110110 1100111 0 101110 110101 1110 1000 111111 111111

Color Harmonies of #DC7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7667

Black with #DC7667

Text Example


Text Example

White with #DC7667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7667; }

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

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

background-color css

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

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

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

border-color css

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

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

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