Html Css Color HEX #D9715D Terra Cotta

📋 copy color: '#D9715D'

red 217 ◦ green 113 ◦ blue 93

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

Shades of Terra Cotta #D9715D

Tints of Terra Cotta #D9715D

RGB

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

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

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

R = 51.3%
G = 26.71%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9715D (or 0xD9715D) is known color: Terra Cotta. HEX triplet: D9, 71 and 5D. RGB value is (217,113,93). Sum of RGB (Red+Green+Blue) = 217+113+93=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9715D is #268EA2. Grayscale: #8D8D8D. Windows color (decimal): -2526883 or 6123993. OLE color: 6123993.

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

Color convert

RGB 217 113 93 -
CMYK 0 0.48 0.57 0.15
HSL 9.68º 0.62% 0.61% -
HSV(B) 9.68º 0.57% 0.85% -
XYZ 36.5 27.35 13.71 -
YUV 141.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 217 113 93 0 0.48 0.57 0.15 9.68 0.62 0.61
Hex D9 71 5D 0 30 39 F A 3E 3D
Octal 331 161 135 0 60 71 17 12 76 75
Binary 11011001 1110001 1011101 0 110000 111001 1111 1010 111110 111101

Color Harmonies of #D9715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9715D

Black with #D9715D

Text Example


Text Example

White with #D9715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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