Html Css Color HEX #D76E5F Terra Cotta

📋 copy color: '#D76E5F'

red 215 ◦ green 110 ◦ blue 95

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

Shades of Terra Cotta #D76E5F

Tints of Terra Cotta #D76E5F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 51.19%
G = 26.19%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D76E5F (or 0xD76E5F) is known color: Terra Cotta. HEX triplet: D7, 6E and 5F. RGB value is (215,110,95). Sum of RGB (Red+Green+Blue) = 215+110+95=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E5F is #2891A0. Grayscale: #8B8B8B. Windows color (decimal): -2658721 or 6254295. OLE color: 6254295.

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

Color convert

RGB 215 110 95 -
CMYK 0 0.49 0.56 0.16
HSL 7.5º 0.6% 0.61% -
HSV(B) 7.5º 0.56% 0.84% -
XYZ 35.67 26.43 14.05 -
YUV 139.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 215 110 95 0 0.49 0.56 0.16 7.5 0.6 0.61
Hex D7 6E 5F 0 31 38 10 8 3C 3D
Octal 327 156 137 0 61 70 20 10 74 75
Binary 11010111 1101110 1011111 0 110001 111000 10000 1000 111100 111101

Color Harmonies of #D76E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E5F

Black with #D76E5F

Text Example


Text Example

White with #D76E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E5F; }

 p { color: rgb(215,110,95); }

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

background-color css

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

 a { background-color: rgb(215,110,95); }

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

border-color css

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

 span { border-color: rgb(215,110,95); }

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