Html Css Color HEX #D76D5D Terra Cotta

📋 copy color: '#D76D5D'

red 215 ◦ green 109 ◦ blue 93

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

Shades of Terra Cotta #D76D5D

Tints of Terra Cotta #D76D5D

RGB

 RED value IS 215 (84.38% from 255) = 51.56%

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 51.56%
G = 26.14%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D76D5D (or 0xD76D5D) is known color: Terra Cotta. HEX triplet: D7, 6D and 5D. RGB value is (215,109,93). Sum of RGB (Red+Green+Blue) = 215+109+93=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D5D is #2892A2. Grayscale: #8B8B8B. Windows color (decimal): -2658979 or 6122967. OLE color: 6122967.

HSL color Cylindrical-coordinate representation of color #D76D5D: hue angle of 7.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D76D5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 93 -
CMYK 0 0.49 0.57 0.16
HSL 7.87º 0.6% 0.6% -
HSV(B) 7.87º 0.57% 0.84% -
XYZ 35.47 26.17 13.54 -
YUV 138.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 215 109 93 0 0.49 0.57 0.16 7.87 0.6 0.6
Hex D7 6D 5D 0 31 39 10 8 3C 3C
Octal 327 155 135 0 61 71 20 10 74 74
Binary 11010111 1101101 1011101 0 110001 111001 10000 1000 111100 111100

Color Harmonies of #D76D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D5D

Black with #D76D5D

Text Example


Text Example

White with #D76D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D5D; }

 p { color: rgb(215,109,93); }

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

background-color css

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

 a { background-color: rgb(215,109,93); }

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

border-color css

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

 span { border-color: rgb(215,109,93); }

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