Html Css Color HEX #D96F56 Terra Cotta

📋 copy color: '#D96F56'

red 217 ◦ green 111 ◦ blue 86

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

Shades of Terra Cotta #D96F56

Tints of Terra Cotta #D96F56

RGB

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

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

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

R = 52.42%
G = 26.81%
B = 20.77%

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

#D96F56 (or 0xD96F56) is known color: Terra Cotta. HEX triplet: D9, 6F and 56. RGB value is (217,111,86). Sum of RGB (Red+Green+Blue) = 217+111+86=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F56 is #2690A9. Grayscale: #8C8C8C. Windows color (decimal): -2527402 or 5664729. OLE color: 5664729.

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

Color convert

RGB 217 111 86 -
CMYK 0 0.49 0.60 0.15
HSL 11.45º 0.63% 0.59% -
HSV(B) 11.45º 0.6% 0.85% -
XYZ 35.98 26.79 12.08 -
YUV 139.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 217 111 86 0 0.49 0.60 0.15 11.45 0.63 0.59
Hex D9 6F 56 0 31 3C F B 3F 3B
Octal 331 157 126 0 61 74 17 13 77 73
Binary 11011001 1101111 1010110 0 110001 111100 1111 1011 111111 111011

Color Harmonies of #D96F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F56

Black with #D96F56

Text Example


Text Example

White with #D96F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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