Html Css Color HEX #DD7362 Terra Cotta

📋 copy color: '#DD7362'

red 221 ◦ green 115 ◦ blue 98

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

Shades of Terra Cotta #DD7362

Tints of Terra Cotta #DD7362

RGB

 RED value IS 221 (86.72% from 255) = 50.92%

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 50.92%
G = 26.5%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7362 (or 0xDD7362) is known color: Terra Cotta. HEX triplet: DD, 73 and 62. RGB value is (221,115,98). Sum of RGB (Red+Green+Blue) = 221+115+98=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7362 is #228C9D. Grayscale: #909090. Windows color (decimal): -2264222 or 6452189. OLE color: 6452189.

HSL color Cylindrical-coordinate representation of color #DD7362: hue angle of 8.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7362 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 98 -
CMYK 0 0.48 0.56 0.13
HSL 8.29º 0.64% 0.63% -
HSV(B) 8.29º 0.56% 0.87% -
XYZ 38.15 28.52 15.05 -
YUV 144.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 221 115 98 0 0.48 0.56 0.13 8.29 0.64 0.63
Hex DD 73 62 0 30 38 D 8 40 3F
Octal 335 163 142 0 60 70 15 10 100 77
Binary 11011101 1110011 1100010 0 110000 111000 1101 1000 1000000 111111

Color Harmonies of #DD7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7362

Black with #DD7362

Text Example


Text Example

White with #DD7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7362; }

 p { color: rgb(221,115,98); }

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

background-color css

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

 a { background-color: rgb(221,115,98); }

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

border-color css

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

 span { border-color: rgb(221,115,98); }

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