Html Css Color HEX #DD7265 Terra Cotta

📋 copy color: '#DD7265'

red 221 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #DD7265

Tints of Terra Cotta #DD7265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 50.69%
G = 26.15%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7265 (or 0xDD7265) is known color: Terra Cotta. HEX triplet: DD, 72 and 65. RGB value is (221,114,101). Sum of RGB (Red+Green+Blue) = 221+114+101=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7265 is #228D9A. Grayscale: #909090. Windows color (decimal): -2264475 or 6648541. OLE color: 6648541.

HSL color Cylindrical-coordinate representation of color #DD7265: hue angle of 6.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD7265 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 101 -
CMYK 0 0.48 0.54 0.13
HSL 6.5º 0.64% 0.63% -
HSV(B) 6.5º 0.54% 0.87% -
XYZ 38.19 28.35 15.77 -
YUV 144.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 221 114 101 0 0.48 0.54 0.13 6.5 0.64 0.63
Hex DD 72 65 0 30 36 D 6 40 3F
Octal 335 162 145 0 60 66 15 6 100 77
Binary 11011101 1110010 1100101 0 110000 110110 1101 110 1000000 111111

Color Harmonies of #DD7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7265

Black with #DD7265

Text Example


Text Example

White with #DD7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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