Html Css Color HEX #D96C59 Terra Cotta

📋 copy color: '#D96C59'

red 217 ◦ green 108 ◦ blue 89

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

Shades of Terra Cotta #D96C59

Tints of Terra Cotta #D96C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.5%

R = 52.42%
G = 26.09%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96C59 (or 0xD96C59) is known color: Terra Cotta. HEX triplet: D9, 6C and 59. RGB value is (217,108,89). Sum of RGB (Red+Green+Blue) = 217+108+89=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C59 is #2693A6. Grayscale: #8A8A8A. Windows color (decimal): -2528167 or 5860569. OLE color: 5860569.

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

Color convert

RGB 217 108 89 -
CMYK 0 0.50 0.59 0.15
HSL 8.91º 0.63% 0.6% -
HSV(B) 8.91º 0.59% 0.85% -
XYZ 35.78 26.2 12.62 -
YUV 138.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 217 108 89 0 0.50 0.59 0.15 8.91 0.63 0.6
Hex D9 6C 59 0 32 3B F 9 3F 3C
Octal 331 154 131 0 62 73 17 11 77 74
Binary 11011001 1101100 1011001 0 110010 111011 1111 1001 111111 111100

Color Harmonies of #D96C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C59

Black with #D96C59

Text Example


Text Example

White with #D96C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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