Html Css Color HEX #D7715F Terra Cotta

📋 copy color: '#D7715F'

red 215 ◦ green 113 ◦ blue 95

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

Shades of Terra Cotta #D7715F

Tints of Terra Cotta #D7715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 50.83%
G = 26.71%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7715F (or 0xD7715F) is known color: Terra Cotta. HEX triplet: D7, 71 and 5F. RGB value is (215,113,95). Sum of RGB (Red+Green+Blue) = 215+113+95=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7715F is #288EA0. Grayscale: #8D8D8D. Windows color (decimal): -2657953 or 6255063. OLE color: 6255063.

HSL color Cylindrical-coordinate representation of color #D7715F: hue angle of 9º 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 #D7715F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 95 -
CMYK 0 0.47 0.56 0.16
HSL 0.6% 0.61% -
HSV(B) 0.56% 0.84% -
XYZ 36 27.08 14.16 -
YUV 141.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 215 113 95 0 0.47 0.56 0.16 9 0.6 0.61
Hex D7 71 5F 0 2F 38 10 9 3C 3D
Octal 327 161 137 0 57 70 20 11 74 75
Binary 11010111 1110001 1011111 0 101111 111000 10000 1001 111100 111101

Color Harmonies of #D7715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7715F

Black with #D7715F

Text Example


Text Example

White with #D7715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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