Html Css Color HEX #DC7962 Terra Cotta

📋 copy color: '#DC7962'

red 220 ◦ green 121 ◦ blue 98

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

Shades of Terra Cotta #DC7962

Tints of Terra Cotta #DC7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

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

R = 50.11%
G = 27.56%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7962 (or 0xDC7962) is known color: Terra Cotta. HEX triplet: DC, 79 and 62. RGB value is (220,121,98). Sum of RGB (Red+Green+Blue) = 220+121+98=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7962 is #23869D. Grayscale: #949494. Windows color (decimal): -2328222 or 6453724. OLE color: 6453724.

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

Color convert

RGB 220 121 98 -
CMYK 0 0.45 0.55 0.14
HSL 11.31º 0.64% 0.62% -
HSV(B) 11.31º 0.55% 0.86% -
XYZ 38.56 29.77 15.27 -
YUV 147.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 220 121 98 0 0.45 0.55 0.14 11.31 0.64 0.62
Hex DC 79 62 0 2D 37 E B 40 3E
Octal 334 171 142 0 55 67 16 13 100 76
Binary 11011100 1111001 1100010 0 101101 110111 1110 1011 1000000 111110

Color Harmonies of #DC7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7962

Black with #DC7962

Text Example


Text Example

White with #DC7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7962; }

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

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

background-color css

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

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

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

border-color css

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

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

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