Html Css Color HEX #DC7562 Terra Cotta

📋 copy color: '#DC7562'

red 220 ◦ green 117 ◦ blue 98

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

Shades of Terra Cotta #DC7562

Tints of Terra Cotta #DC7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 98 (38.67% from 255) = 22.53%

R = 50.57%
G = 26.9%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7562 (or 0xDC7562) is known color: Terra Cotta. HEX triplet: DC, 75 and 62. RGB value is (220,117,98). Sum of RGB (Red+Green+Blue) = 220+117+98=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7562 is #238A9D. Grayscale: #919191. Windows color (decimal): -2329246 or 6452700. OLE color: 6452700.

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

Color convert

RGB 220 117 98 -
CMYK 0 0.47 0.55 0.14
HSL 9.34º 0.64% 0.62% -
HSV(B) 9.34º 0.55% 0.86% -
XYZ 38.08 28.82 15.11 -
YUV 145.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 220 117 98 0 0.47 0.55 0.14 9.34 0.64 0.62
Hex DC 75 62 0 2F 37 E 9 40 3E
Octal 334 165 142 0 57 67 16 11 100 76
Binary 11011100 1110101 1100010 0 101111 110111 1110 1001 1000000 111110

Color Harmonies of #DC7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7562

Black with #DC7562

Text Example


Text Example

White with #DC7562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7562; }

 p { color: rgb(220,117,98); }

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

background-color css

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

 a { background-color: rgb(220,117,98); }

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

border-color css

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

 span { border-color: rgb(220,117,98); }

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