Html Css Color HEX #DD6A58 Terra Cotta

📋 copy color: '#DD6A58'

red 221 ◦ green 106 ◦ blue 88

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

Shades of Terra Cotta #DD6A58

Tints of Terra Cotta #DD6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.54%

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 53.25%
G = 25.54%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD6A58 (or 0xDD6A58) is known color: Terra Cotta. HEX triplet: DD, 6A and 58. RGB value is (221,106,88). Sum of RGB (Red+Green+Blue) = 221+106+88=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A58 is #2295A7. Grayscale: #8A8A8A. Windows color (decimal): -2266536 or 5794525. OLE color: 5794525.

HSL color Cylindrical-coordinate representation of color #DD6A58: hue angle of 8.12º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6A58 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 88 -
CMYK 0 0.52 0.60 0.13
HSL 8.12º 0.66% 0.61% -
HSV(B) 8.12º 0.6% 0.87% -
XYZ 36.73 26.38 12.39 -
YUV 138.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 221 106 88 0 0.52 0.60 0.13 8.12 0.66 0.61
Hex DD 6A 58 0 34 3C D 8 42 3D
Octal 335 152 130 0 64 74 15 10 102 75
Binary 11011101 1101010 1011000 0 110100 111100 1101 1000 1000010 111101

Color Harmonies of #DD6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A58

Black with #DD6A58

Text Example


Text Example

White with #DD6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A58; }

 p { color: rgb(221,106,88); }

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

background-color css

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

 a { background-color: rgb(221,106,88); }

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

border-color css

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

 span { border-color: rgb(221,106,88); }

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