Html Css Color HEX #DD6F52 Terra Cotta

📋 copy color: '#DD6F52'

red 221 ◦ green 111 ◦ blue 82

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

Shades of Terra Cotta #DD6F52

Tints of Terra Cotta #DD6F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 53.38%
G = 26.81%
B = 19.81%

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

#DD6F52 (or 0xDD6F52) is known color: Terra Cotta. HEX triplet: DD, 6F and 52. RGB value is (221,111,82). Sum of RGB (Red+Green+Blue) = 221+111+82=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F52 is #2290AD. Grayscale: #8C8C8C. Windows color (decimal): -2265262 or 5402589. OLE color: 5402589.

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

Color convert

RGB 221 111 82 -
CMYK 0 0.50 0.63 0.13
HSL 12.52º 0.67% 0.59% -
HSV(B) 12.52º 0.63% 0.87% -
XYZ 37.03 27.35 11.31 -
YUV 140.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 221 111 82 0 0.50 0.63 0.13 12.52 0.67 0.59
Hex DD 6F 52 0 32 3F D D 43 3B
Octal 335 157 122 0 62 77 15 15 103 73
Binary 11011101 1101111 1010010 0 110010 111111 1101 1101 1000011 111011

Color Harmonies of #DD6F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F52

Black with #DD6F52

Text Example


Text Example

White with #DD6F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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