Html Css Color HEX #D9715F Terra Cotta

📋 copy color: '#D9715F'

red 217 ◦ green 113 ◦ blue 95

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

Shades of Terra Cotta #D9715F

Tints of Terra Cotta #D9715F

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

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

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

R = 51.06%
G = 26.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9715F (or 0xD9715F) is known color: Terra Cotta. HEX triplet: D9, 71 and 5F. RGB value is (217,113,95). Sum of RGB (Red+Green+Blue) = 217+113+95=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9715F is #268EA0. Grayscale: #8E8E8E. Windows color (decimal): -2526881 or 6255065. OLE color: 6255065.

HSL color Cylindrical-coordinate representation of color #D9715F: hue angle of 8.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9715F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 95 -
CMYK 0 0.48 0.56 0.15
HSL 8.85º 0.62% 0.61% -
HSV(B) 8.85º 0.56% 0.85% -
XYZ 36.59 27.39 14.18 -
YUV 142.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 217 113 95 0 0.48 0.56 0.15 8.85 0.62 0.61
Hex D9 71 5F 0 30 38 F 9 3E 3D
Octal 331 161 137 0 60 70 17 11 76 75
Binary 11011001 1110001 1011111 0 110000 111000 1111 1001 111110 111101

Color Harmonies of #D9715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9715F

Black with #D9715F

Text Example


Text Example

White with #D9715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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