Html Css Color HEX #DD7A55 Terra Cotta

📋 copy color: '#DD7A55'

red 221 ◦ green 122 ◦ blue 85

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

Shades of Terra Cotta #DD7A55

Tints of Terra Cotta #DD7A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 51.64%
G = 28.5%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7A55 (or 0xDD7A55) is known color: Terra Cotta. HEX triplet: DD, 7A and 55. RGB value is (221,122,85). Sum of RGB (Red+Green+Blue) = 221+122+85=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A55 is #2285AA. Grayscale: #939393. Windows color (decimal): -2262443 or 5602013. OLE color: 5602013.

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

Color convert

RGB 221 122 85 -
CMYK 0 0.45 0.62 0.13
HSL 16.32º 0.67% 0.6% -
HSV(B) 16.32º 0.62% 0.87% -
XYZ 38.42 29.95 12.35 -
YUV 147.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 221 122 85 0 0.45 0.62 0.13 16.32 0.67 0.6
Hex DD 7A 55 0 2D 3E D 10 43 3C
Octal 335 172 125 0 55 76 15 20 103 74
Binary 11011101 1111010 1010101 0 101101 111110 1101 10000 1000011 111100

Color Harmonies of #DD7A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A55

Black with #DD7A55

Text Example


Text Example

White with #DD7A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A55; }

 p { color: rgb(221,122,85); }

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

background-color css

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

 a { background-color: rgb(221,122,85); }

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

border-color css

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

 span { border-color: rgb(221,122,85); }

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