Html Css Color HEX #DD6F65 Terra Cotta

📋 copy color: '#DD6F65'

red 221 ◦ green 111 ◦ blue 101

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

Shades of Terra Cotta #DD6F65

Tints of Terra Cotta #DD6F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 51.04%
G = 25.64%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6F65 (or 0xDD6F65) is known color: Terra Cotta. HEX triplet: DD, 6F and 65. RGB value is (221,111,101). Sum of RGB (Red+Green+Blue) = 221+111+101=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F65 is #22909A. Grayscale: #8E8E8E. Windows color (decimal): -2265243 or 6647773. OLE color: 6647773.

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

Color convert

RGB 221 111 101 -
CMYK 0 0.50 0.54 0.13
HSL 0.64% 0.63% -
HSV(B) 0.54% 0.87% -
XYZ 37.85 27.68 15.66 -
YUV 142.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 221 111 101 0 0.50 0.54 0.13 5 0.64 0.63
Hex DD 6F 65 0 32 36 D 5 40 3F
Octal 335 157 145 0 62 66 15 5 100 77
Binary 11011101 1101111 1100101 0 110010 110110 1101 101 1000000 111111

Color Harmonies of #DD6F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F65

Black with #DD6F65

Text Example


Text Example

White with #DD6F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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