Html Css Color HEX #DD7B65 Terra Cotta

📋 copy color: '#DD7B65'

red 221 ◦ green 123 ◦ blue 101

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

Shades of Terra Cotta #DD7B65

Tints of Terra Cotta #DD7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 49.66%
G = 27.64%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7B65 (or 0xDD7B65) is known color: Terra Cotta. HEX triplet: DD, 7B and 65. RGB value is (221,123,101). Sum of RGB (Red+Green+Blue) = 221+123+101=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B65 is #22849A. Grayscale: #959595. Windows color (decimal): -2262171 or 6650845. OLE color: 6650845.

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

Color convert

RGB 221 123 101 -
CMYK 0 0.44 0.54 0.13
HSL 11º 0.64% 0.63% -
HSV(B) 11º 0.54% 0.87% -
XYZ 39.25 30.48 16.13 -
YUV 149.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 221 123 101 0 0.44 0.54 0.13 11 0.64 0.63
Hex DD 7B 65 0 2C 36 D B 40 3F
Octal 335 173 145 0 54 66 15 13 100 77
Binary 11011101 1111011 1100101 0 101100 110110 1101 1011 1000000 111111

Color Harmonies of #DD7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B65

Black with #DD7B65

Text Example


Text Example

White with #DD7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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