Html Css Color HEX #DD6D62 Terra Cotta

📋 copy color: '#DD6D62'

red 221 ◦ green 109 ◦ blue 98

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

Shades of Terra Cotta #DD6D62

Tints of Terra Cotta #DD6D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

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

R = 51.64%
G = 25.47%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6D62 (or 0xDD6D62) is known color: Terra Cotta. HEX triplet: DD, 6D and 62. RGB value is (221,109,98). Sum of RGB (Red+Green+Blue) = 221+109+98=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D62 is #22929D. Grayscale: #8D8D8D. Windows color (decimal): -2265758 or 6450653. OLE color: 6450653.

HSL color Cylindrical-coordinate representation of color #DD6D62: hue angle of 5.37º 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 #DD6D62 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 98 -
CMYK 0 0.51 0.56 0.13
HSL 5.37º 0.64% 0.63% -
HSV(B) 5.37º 0.56% 0.87% -
XYZ 37.49 27.19 14.83 -
YUV 141.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 221 109 98 0 0.51 0.56 0.13 5.37 0.64 0.63
Hex DD 6D 62 0 33 38 D 5 40 3F
Octal 335 155 142 0 63 70 15 5 100 77
Binary 11011101 1101101 1100010 0 110011 111000 1101 101 1000000 111111

Color Harmonies of #DD6D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D62

Black with #DD6D62

Text Example


Text Example

White with #DD6D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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