Html Css Color HEX #DD7254 Terra Cotta

📋 copy color: '#DD7254'

red 221 ◦ green 114 ◦ blue 84

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

Shades of Terra Cotta #DD7254

Tints of Terra Cotta #DD7254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 52.74%
G = 27.21%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7254 (or 0xDD7254) is known color: Terra Cotta. HEX triplet: DD, 72 and 54. RGB value is (221,114,84). Sum of RGB (Red+Green+Blue) = 221+114+84=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7254 is #228DAB. Grayscale: #8E8E8E. Windows color (decimal): -2264492 or 5534429. OLE color: 5534429.

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

Color convert

RGB 221 114 84 -
CMYK 0 0.48 0.62 0.13
HSL 13.14º 0.67% 0.6% -
HSV(B) 13.14º 0.62% 0.87% -
XYZ 37.44 28.05 11.83 -
YUV 142.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 221 114 84 0 0.48 0.62 0.13 13.14 0.67 0.6
Hex DD 72 54 0 30 3E D D 43 3C
Octal 335 162 124 0 60 76 15 15 103 74
Binary 11011101 1110010 1010100 0 110000 111110 1101 1101 1000011 111100

Color Harmonies of #DD7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7254

Black with #DD7254

Text Example


Text Example

White with #DD7254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7254; }

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

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

background-color css

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

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

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

border-color css

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

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

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