Html Css Color HEX #DD765D Terra Cotta

📋 copy color: '#DD765D'

red 221 ◦ green 118 ◦ blue 93

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

Shades of Terra Cotta #DD765D

Tints of Terra Cotta #DD765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 51.16%
G = 27.31%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD765D (or 0xDD765D) is known color: Terra Cotta. HEX triplet: DD, 76 and 5D. RGB value is (221,118,93). Sum of RGB (Red+Green+Blue) = 221+118+93=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765D is #2289A2. Grayscale: #929292. Windows color (decimal): -2263459 or 6125277. OLE color: 6125277.

HSL color Cylindrical-coordinate representation of color #DD765D: hue angle of 11.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD765D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 93 -
CMYK 0 0.47 0.58 0.13
HSL 11.72º 0.65% 0.62% -
HSV(B) 11.72º 0.58% 0.87% -
XYZ 38.27 29.12 13.96 -
YUV 145.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 221 118 93 0 0.47 0.58 0.13 11.72 0.65 0.62
Hex DD 76 5D 0 2F 3A D C 41 3E
Octal 335 166 135 0 57 72 15 14 101 76
Binary 11011101 1110110 1011101 0 101111 111010 1101 1100 1000001 111110

Color Harmonies of #DD765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD765D

Black with #DD765D

Text Example


Text Example

White with #DD765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD765D; }

 p { color: rgb(221,118,93); }

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

background-color css

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

 a { background-color: rgb(221,118,93); }

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

border-color css

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

 span { border-color: rgb(221,118,93); }

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