Html Css Color HEX #DD7756 Terra Cotta

📋 copy color: '#DD7756'

red 221 ◦ green 119 ◦ blue 86

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

Shades of Terra Cotta #DD7756

Tints of Terra Cotta #DD7756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 51.88%
G = 27.93%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7756 (or 0xDD7756) is known color: Terra Cotta. HEX triplet: DD, 77 and 56. RGB value is (221,119,86). Sum of RGB (Red+Green+Blue) = 221+119+86=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7756 is #2288A9. Grayscale: #919191. Windows color (decimal): -2263210 or 5666781. OLE color: 5666781.

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

Color convert

RGB 221 119 86 -
CMYK 0 0.46 0.61 0.13
HSL 14.67º 0.67% 0.6% -
HSV(B) 14.67º 0.61% 0.87% -
XYZ 38.1 29.24 12.44 -
YUV 145.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 221 119 86 0 0.46 0.61 0.13 14.67 0.67 0.6
Hex DD 77 56 0 2E 3D D F 43 3C
Octal 335 167 126 0 56 75 15 17 103 74
Binary 11011101 1110111 1010110 0 101110 111101 1101 1111 1000011 111100

Color Harmonies of #DD7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7756

Black with #DD7756

Text Example


Text Example

White with #DD7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7756; }

 p { color: rgb(221,119,86); }

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

background-color css

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

 a { background-color: rgb(221,119,86); }

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

border-color css

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

 span { border-color: rgb(221,119,86); }

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