Html Css Color HEX #D96E56 Terra Cotta

📋 copy color: '#D96E56'

red 217 ◦ green 110 ◦ blue 86

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

Shades of Terra Cotta #D96E56

Tints of Terra Cotta #D96E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 52.54%
G = 26.63%
B = 20.82%

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

#D96E56 (or 0xD96E56) is known color: Terra Cotta. HEX triplet: D9, 6E and 56. RGB value is (217,110,86). Sum of RGB (Red+Green+Blue) = 217+110+86=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E56 is #2691A9. Grayscale: #8B8B8B. Windows color (decimal): -2527658 or 5664473. OLE color: 5664473.

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

Color convert

RGB 217 110 86 -
CMYK 0 0.49 0.60 0.15
HSL 10.99º 0.63% 0.59% -
HSV(B) 10.99º 0.6% 0.85% -
XYZ 35.87 26.58 12.04 -
YUV 139.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 217 110 86 0 0.49 0.60 0.15 10.99 0.63 0.59
Hex D9 6E 56 0 31 3C F B 3F 3B
Octal 331 156 126 0 61 74 17 13 77 73
Binary 11011001 1101110 1010110 0 110001 111100 1111 1011 111111 111011

Color Harmonies of #D96E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E56

Black with #D96E56

Text Example


Text Example

White with #D96E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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