Html Css Color HEX #D96C57 Terra Cotta

📋 copy color: '#D96C57'

red 217 ◦ green 108 ◦ blue 87

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

Shades of Terra Cotta #D96C57

Tints of Terra Cotta #D96C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 52.67%
G = 26.21%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96C57 (or 0xD96C57) is known color: Terra Cotta. HEX triplet: D9, 6C and 57. RGB value is (217,108,87). Sum of RGB (Red+Green+Blue) = 217+108+87=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C57 is #2693A8. Grayscale: #8A8A8A. Windows color (decimal): -2528169 or 5729497. OLE color: 5729497.

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

Color convert

RGB 217 108 87 -
CMYK 0 0.50 0.60 0.15
HSL 9.69º 0.63% 0.6% -
HSV(B) 9.69º 0.6% 0.85% -
XYZ 35.7 26.16 12.19 -
YUV 138.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 217 108 87 0 0.50 0.60 0.15 9.69 0.63 0.6
Hex D9 6C 57 0 32 3C F A 3F 3C
Octal 331 154 127 0 62 74 17 12 77 74
Binary 11011001 1101100 1010111 0 110010 111100 1111 1010 111111 111100

Color Harmonies of #D96C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C57

Black with #D96C57

Text Example


Text Example

White with #D96C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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