Html Css Color HEX #D96F57 Terra Cotta

📋 copy color: '#D96F57'

red 217 ◦ green 111 ◦ blue 87

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

Shades of Terra Cotta #D96F57

Tints of Terra Cotta #D96F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

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

R = 52.29%
G = 26.75%
B = 20.96%

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

#D96F57 (or 0xD96F57) is known color: Terra Cotta. HEX triplet: D9, 6F and 57. RGB value is (217,111,87). Sum of RGB (Red+Green+Blue) = 217+111+87=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F57 is #2690A8. Grayscale: #8C8C8C. Windows color (decimal): -2527401 or 5730265. OLE color: 5730265.

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

Color convert

RGB 217 111 87 -
CMYK 0 0.49 0.60 0.15
HSL 11.08º 0.63% 0.6% -
HSV(B) 11.08º 0.6% 0.85% -
XYZ 36.02 26.81 12.29 -
YUV 139.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 217 111 87 0 0.49 0.60 0.15 11.08 0.63 0.6
Hex D9 6F 57 0 31 3C F B 3F 3C
Octal 331 157 127 0 61 74 17 13 77 74
Binary 11011001 1101111 1010111 0 110001 111100 1111 1011 111111 111100

Color Harmonies of #D96F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F57

Black with #D96F57

Text Example


Text Example

White with #D96F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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