Html Css Color HEX #D96E57 Terra Cotta

📋 copy color: '#D96E57'

red 217 ◦ green 110 ◦ blue 87

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

Shades of Terra Cotta #D96E57

Tints of Terra Cotta #D96E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 52.42%
G = 26.57%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96E57 (or 0xD96E57) is known color: Terra Cotta. HEX triplet: D9, 6E and 57. RGB value is (217,110,87). Sum of RGB (Red+Green+Blue) = 217+110+87=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E57 is #2691A8. Grayscale: #8B8B8B. Windows color (decimal): -2527657 or 5730009. OLE color: 5730009.

HSL color Cylindrical-coordinate representation of color #D96E57: hue angle of 10.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96E57 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 87 -
CMYK 0 0.49 0.60 0.15
HSL 10.62º 0.63% 0.6% -
HSV(B) 10.62º 0.6% 0.85% -
XYZ 35.91 26.59 12.26 -
YUV 139.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 217 110 87 0 0.49 0.60 0.15 10.62 0.63 0.6
Hex D9 6E 57 0 31 3C F B 3F 3C
Octal 331 156 127 0 61 74 17 13 77 74
Binary 11011001 1101110 1010111 0 110001 111100 1111 1011 111111 111100

Color Harmonies of #D96E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E57

Black with #D96E57

Text Example


Text Example

White with #D96E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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