Html Css Color HEX #DC7762 Terra Cotta

📋 copy color: '#DC7762'

red 220 ◦ green 119 ◦ blue 98

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

Shades of Terra Cotta #DC7762

Tints of Terra Cotta #DC7762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

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

R = 50.34%
G = 27.23%
B = 22.43%

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

#DC7762 (or 0xDC7762) is known color: Terra Cotta. HEX triplet: DC, 77 and 62. RGB value is (220,119,98). Sum of RGB (Red+Green+Blue) = 220+119+98=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7762 is #23889D. Grayscale: #929292. Windows color (decimal): -2328734 or 6453212. OLE color: 6453212.

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

Color convert

RGB 220 119 98 -
CMYK 0 0.46 0.55 0.14
HSL 10.33º 0.64% 0.62% -
HSV(B) 10.33º 0.55% 0.86% -
XYZ 38.32 29.29 15.19 -
YUV 146.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 220 119 98 0 0.46 0.55 0.14 10.33 0.64 0.62
Hex DC 77 62 0 2E 37 E A 40 3E
Octal 334 167 142 0 56 67 16 12 100 76
Binary 11011100 1110111 1100010 0 101110 110111 1110 1010 1000000 111110

Color Harmonies of #DC7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7762

Black with #DC7762

Text Example


Text Example

White with #DC7762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7762; }

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

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

background-color css

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

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

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

border-color css

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

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

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