Html Css Color HEX #DD6D5A Terra Cotta

📋 copy color: '#DD6D5A'

red 221 ◦ green 109 ◦ blue 90

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

Shades of Terra Cotta #DD6D5A

Tints of Terra Cotta #DD6D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 52.62%
G = 25.95%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD6D5A (or 0xDD6D5A) is known color: Terra Cotta. HEX triplet: DD, 6D and 5A. RGB value is (221,109,90). Sum of RGB (Red+Green+Blue) = 221+109+90=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D5A is #2292A5. Grayscale: #8C8C8C. Windows color (decimal): -2265766 or 5926365. OLE color: 5926365.

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

Color convert

RGB 221 109 90 -
CMYK 0 0.51 0.59 0.13
HSL 8.7º 0.66% 0.61% -
HSV(B) 8.7º 0.59% 0.87% -
XYZ 37.13 27.05 12.94 -
YUV 140.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 221 109 90 0 0.51 0.59 0.13 8.7 0.66 0.61
Hex DD 6D 5A 0 33 3B D 9 42 3D
Octal 335 155 132 0 63 73 15 11 102 75
Binary 11011101 1101101 1011010 0 110011 111011 1101 1001 1000010 111101

Color Harmonies of #DD6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D5A

Black with #DD6D5A

Text Example


Text Example

White with #DD6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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