Html Css Color HEX #DC7661 Terra Cotta

📋 copy color: '#DC7661'

red 220 ◦ green 118 ◦ blue 97

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

Shades of Terra Cotta #DC7661

Tints of Terra Cotta #DC7661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 50.57%
G = 27.13%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7661 (or 0xDC7661) is known color: Terra Cotta. HEX triplet: DC, 76 and 61. RGB value is (220,118,97). Sum of RGB (Red+Green+Blue) = 220+118+97=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7661 is #23899E. Grayscale: #929292. Windows color (decimal): -2328991 or 6387420. OLE color: 6387420.

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

Color convert

RGB 220 118 97 -
CMYK 0 0.46 0.56 0.14
HSL 10.24º 0.64% 0.62% -
HSV(B) 10.24º 0.56% 0.86% -
XYZ 38.15 29.04 14.9 -
YUV 146.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 220 118 97 0 0.46 0.56 0.14 10.24 0.64 0.62
Hex DC 76 61 0 2E 38 E A 40 3E
Octal 334 166 141 0 56 70 16 12 100 76
Binary 11011100 1110110 1100001 0 101110 111000 1110 1010 1000000 111110

Color Harmonies of #DC7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7661

Black with #DC7661

Text Example


Text Example

White with #DC7661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7661; }

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

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

background-color css

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

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

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

border-color css

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

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

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