Html Css Color HEX #DC7662 Terra Cotta

📋 copy color: '#DC7662'

red 220 ◦ green 118 ◦ blue 98

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

Shades of Terra Cotta #DC7662

Tints of Terra Cotta #DC7662

RGB

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

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

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

R = 50.46%
G = 27.06%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7662 (or 0xDC7662) is known color: Terra Cotta. HEX triplet: DC, 76 and 62. RGB value is (220,118,98). Sum of RGB (Red+Green+Blue) = 220+118+98=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7662 is #23899D. Grayscale: #929292. Windows color (decimal): -2328990 or 6452956. OLE color: 6452956.

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

Color convert

RGB 220 118 98 -
CMYK 0 0.46 0.55 0.14
HSL 9.84º 0.64% 0.62% -
HSV(B) 9.84º 0.55% 0.86% -
XYZ 38.2 29.05 15.15 -
YUV 146.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 220 118 98 0 0.46 0.55 0.14 9.84 0.64 0.62
Hex DC 76 62 0 2E 37 E A 40 3E
Octal 334 166 142 0 56 67 16 12 100 76
Binary 11011100 1110110 1100010 0 101110 110111 1110 1010 1000000 111110

Color Harmonies of #DC7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7662

Black with #DC7662

Text Example


Text Example

White with #DC7662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7662; }

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

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

background-color css

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

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

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

border-color css

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

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

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