Html Css Color HEX #DD6E52 Terra Cotta

📋 copy color: '#DD6E52'

red 221 ◦ green 110 ◦ blue 82

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

Shades of Terra Cotta #DD6E52

Tints of Terra Cotta #DD6E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 53.51%
G = 26.63%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD6E52 (or 0xDD6E52) is known color: Terra Cotta. HEX triplet: DD, 6E and 52. RGB value is (221,110,82). Sum of RGB (Red+Green+Blue) = 221+110+82=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E52 is #2291AD. Grayscale: #8C8C8C. Windows color (decimal): -2265518 or 5402333. OLE color: 5402333.

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

Color convert

RGB 221 110 82 -
CMYK 0 0.50 0.63 0.13
HSL 12.09º 0.67% 0.59% -
HSV(B) 12.09º 0.63% 0.87% -
XYZ 36.92 27.13 11.27 -
YUV 140 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 221 110 82 0 0.50 0.63 0.13 12.09 0.67 0.59
Hex DD 6E 52 0 32 3F D C 43 3B
Octal 335 156 122 0 62 77 15 14 103 73
Binary 11011101 1101110 1010010 0 110010 111111 1101 1100 1000011 111011

Color Harmonies of #DD6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E52

Black with #DD6E52

Text Example


Text Example

White with #DD6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E52; }

 p { color: rgb(221,110,82); }

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

background-color css

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

 a { background-color: rgb(221,110,82); }

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

border-color css

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

 span { border-color: rgb(221,110,82); }

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