Html Css Color HEX #DD765E Terra Cotta

📋 copy color: '#DD765E'

red 221 ◦ green 118 ◦ blue 94

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

Shades of Terra Cotta #DD765E

Tints of Terra Cotta #DD765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 51.04%
G = 27.25%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD765E (or 0xDD765E) is known color: Terra Cotta. HEX triplet: DD, 76 and 5E. RGB value is (221,118,94). Sum of RGB (Red+Green+Blue) = 221+118+94=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765E is #2289A1. Grayscale: #929292. Windows color (decimal): -2263458 or 6190813. OLE color: 6190813.

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

Color convert

RGB 221 118 94 -
CMYK 0 0.47 0.57 0.13
HSL 11.34º 0.65% 0.62% -
HSV(B) 11.34º 0.57% 0.87% -
XYZ 38.32 29.14 14.19 -
YUV 146.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 221 118 94 0 0.47 0.57 0.13 11.34 0.65 0.62
Hex DD 76 5E 0 2F 39 D B 41 3E
Octal 335 166 136 0 57 71 15 13 101 76
Binary 11011101 1110110 1011110 0 101111 111001 1101 1011 1000001 111110

Color Harmonies of #DD765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD765E

Black with #DD765E

Text Example


Text Example

White with #DD765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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