Html Css Color HEX #DD7854 Terra Cotta

📋 copy color: '#DD7854'

red 221 ◦ green 120 ◦ blue 84

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

Shades of Terra Cotta #DD7854

Tints of Terra Cotta #DD7854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

 BLUE value IS 84 (33.2% from 255) = 19.76%

R = 52%
G = 28.24%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7854 (or 0xDD7854) is known color: Terra Cotta. HEX triplet: DD, 78 and 54. RGB value is (221,120,84). Sum of RGB (Red+Green+Blue) = 221+120+84=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7854 is #2287AB. Grayscale: #929292. Windows color (decimal): -2262956 or 5535965. OLE color: 5535965.

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

Color convert

RGB 221 120 84 -
CMYK 0 0.46 0.62 0.13
HSL 15.77º 0.67% 0.6% -
HSV(B) 15.77º 0.62% 0.87% -
XYZ 38.14 29.45 12.06 -
YUV 146.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 221 120 84 0 0.46 0.62 0.13 15.77 0.67 0.6
Hex DD 78 54 0 2E 3E D 10 43 3C
Octal 335 170 124 0 56 76 15 20 103 74
Binary 11011101 1111000 1010100 0 101110 111110 1101 10000 1000011 111100

Color Harmonies of #DD7854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7854

Black with #DD7854

Text Example


Text Example

White with #DD7854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7854; }

 p { color: rgb(221,120,84); }

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

background-color css

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

 a { background-color: rgb(221,120,84); }

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

border-color css

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

 span { border-color: rgb(221,120,84); }

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