Html Css Color HEX #DD7A65 Terra Cotta

📋 copy color: '#DD7A65'

red 221 ◦ green 122 ◦ blue 101

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

Shades of Terra Cotta #DD7A65

Tints of Terra Cotta #DD7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

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

R = 49.77%
G = 27.48%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7A65 (or 0xDD7A65) is known color: Terra Cotta. HEX triplet: DD, 7A and 65. RGB value is (221,122,101). Sum of RGB (Red+Green+Blue) = 221+122+101=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A65 is #22859A. Grayscale: #959595. Windows color (decimal): -2262427 or 6650589. OLE color: 6650589.

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

Color convert

RGB 221 122 101 -
CMYK 0 0.45 0.54 0.13
HSL 10.5º 0.64% 0.63% -
HSV(B) 10.5º 0.54% 0.87% -
XYZ 39.13 30.23 16.08 -
YUV 149.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 221 122 101 0 0.45 0.54 0.13 10.5 0.64 0.63
Hex DD 7A 65 0 2D 36 D A 40 3F
Octal 335 172 145 0 55 66 15 12 100 77
Binary 11011101 1111010 1100101 0 101101 110110 1101 1010 1000000 111111

Color Harmonies of #DD7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A65

Black with #DD7A65

Text Example


Text Example

White with #DD7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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