Html Css Color HEX #DC7467 Terra Cotta

📋 copy color: '#DC7467'

red 220 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #DC7467

Tints of Terra Cotta #DC7467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 50.11%
G = 26.42%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7467 (or 0xDC7467) is known color: Terra Cotta. HEX triplet: DC, 74 and 67. RGB value is (220,116,103). Sum of RGB (Red+Green+Blue) = 220+116+103=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7467 is #238B98. Grayscale: #919191. Windows color (decimal): -2329497 or 6780124. OLE color: 6780124.

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

Color convert

RGB 220 116 103 -
CMYK 0 0.47 0.53 0.14
HSL 6.67º 0.63% 0.63% -
HSV(B) 6.67º 0.53% 0.86% -
XYZ 38.21 28.69 16.36 -
YUV 145.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 220 116 103 0 0.47 0.53 0.14 6.67 0.63 0.63
Hex DC 74 67 0 2F 35 E 7 3F 3F
Octal 334 164 147 0 57 65 16 7 77 77
Binary 11011100 1110100 1100111 0 101111 110101 1110 111 111111 111111

Color Harmonies of #DC7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7467

Black with #DC7467

Text Example


Text Example

White with #DC7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7467; }

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

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

background-color css

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

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

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

border-color css

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

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

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