Html Css Color HEX #D96E5D Terra Cotta

📋 copy color: '#D96E5D'

red 217 ◦ green 110 ◦ blue 93

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

Shades of Terra Cotta #D96E5D

Tints of Terra Cotta #D96E5D

RGB

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

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

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

R = 51.67%
G = 26.19%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D96E5D (or 0xD96E5D) is known color: Terra Cotta. HEX triplet: D9, 6E and 5D. RGB value is (217,110,93). Sum of RGB (Red+Green+Blue) = 217+110+93=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E5D is #2691A2. Grayscale: #8C8C8C. Windows color (decimal): -2527651 or 6123225. OLE color: 6123225.

HSL color Cylindrical-coordinate representation of color #D96E5D: hue angle of 8.23º 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 #D96E5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 93 -
CMYK 0 0.49 0.57 0.15
HSL 8.23º 0.62% 0.61% -
HSV(B) 8.23º 0.57% 0.85% -
XYZ 36.17 26.69 13.6 -
YUV 140.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 217 110 93 0 0.49 0.57 0.15 8.23 0.62 0.61
Hex D9 6E 5D 0 31 39 F 8 3E 3D
Octal 331 156 135 0 61 71 17 10 76 75
Binary 11011001 1101110 1011101 0 110001 111001 1111 1000 111110 111101

Color Harmonies of #D96E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E5D

Black with #D96E5D

Text Example


Text Example

White with #D96E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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