Html Css Color HEX #DD7165 Terra Cotta

📋 copy color: '#DD7165'

red 221 ◦ green 113 ◦ blue 101

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

Shades of Terra Cotta #DD7165

Tints of Terra Cotta #DD7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 50.8%
G = 25.98%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7165 (or 0xDD7165) is known color: Terra Cotta. HEX triplet: DD, 71 and 65. RGB value is (221,113,101). Sum of RGB (Red+Green+Blue) = 221+113+101=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7165 is #228E9A. Grayscale: #909090. Windows color (decimal): -2264731 or 6648285. OLE color: 6648285.

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

Color convert

RGB 221 113 101 -
CMYK 0 0.49 0.54 0.13
HSL 0.64% 0.63% -
HSV(B) 0.54% 0.87% -
XYZ 38.07 28.12 15.73 -
YUV 143.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 221 113 101 0 0.49 0.54 0.13 6 0.64 0.63
Hex DD 71 65 0 31 36 D 6 40 3F
Octal 335 161 145 0 61 66 15 6 100 77
Binary 11011101 1110001 1100101 0 110001 110110 1101 110 1000000 111111

Color Harmonies of #DD7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7165

Black with #DD7165

Text Example


Text Example

White with #DD7165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7165; }

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

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

background-color css

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

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

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

border-color css

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

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

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