Html Css Color HEX #DD7258 Terra Cotta

📋 copy color: '#DD7258'

red 221 ◦ green 114 ◦ blue 88

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

Shades of Terra Cotta #DD7258

Tints of Terra Cotta #DD7258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 52.25%
G = 26.95%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7258 (or 0xDD7258) is known color: Terra Cotta. HEX triplet: DD, 72 and 58. RGB value is (221,114,88). Sum of RGB (Red+Green+Blue) = 221+114+88=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7258 is #228DA7. Grayscale: #8F8F8F. Windows color (decimal): -2264488 or 5796573. OLE color: 5796573.

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

Color convert

RGB 221 114 88 -
CMYK 0 0.48 0.60 0.13
HSL 11.73º 0.66% 0.61% -
HSV(B) 11.73º 0.6% 0.87% -
XYZ 37.6 28.11 12.68 -
YUV 143.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 221 114 88 0 0.48 0.60 0.13 11.73 0.66 0.61
Hex DD 72 58 0 30 3C D C 42 3D
Octal 335 162 130 0 60 74 15 14 102 75
Binary 11011101 1110010 1011000 0 110000 111100 1101 1100 1000010 111101

Color Harmonies of #DD7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7258

Black with #DD7258

Text Example


Text Example

White with #DD7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7258; }

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

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

background-color css

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

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

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

border-color css

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

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

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