Html Css Color HEX #DC7462 Terra Cotta

📋 copy color: '#DC7462'

red 220 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #DC7462

Tints of Terra Cotta #DC7462

RGB

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

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

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

R = 50.69%
G = 26.73%
B = 22.58%

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

#DC7462 (or 0xDC7462) is known color: Terra Cotta. HEX triplet: DC, 74 and 62. RGB value is (220,116,98). Sum of RGB (Red+Green+Blue) = 220+116+98=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7462 is #238B9D. Grayscale: #919191. Windows color (decimal): -2329502 or 6452444. OLE color: 6452444.

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

Color convert

RGB 220 116 98 -
CMYK 0 0.47 0.55 0.14
HSL 8.85º 0.64% 0.62% -
HSV(B) 8.85º 0.55% 0.86% -
XYZ 37.97 28.59 15.07 -
YUV 145.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 220 116 98 0 0.47 0.55 0.14 8.85 0.64 0.62
Hex DC 74 62 0 2F 37 E 9 40 3E
Octal 334 164 142 0 57 67 16 11 100 76
Binary 11011100 1110100 1100010 0 101111 110111 1110 1001 1000000 111110

Color Harmonies of #DC7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7462

Black with #DC7462

Text Example


Text Example

White with #DC7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7462; }

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

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

background-color css

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

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

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

border-color css

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

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

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