Html Css Color HEX #D96D60 Terra Cotta

📋 copy color: '#D96D60'

red 217 ◦ green 109 ◦ blue 96

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

Shades of Terra Cotta #D96D60

Tints of Terra Cotta #D96D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 51.42%
G = 25.83%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D96D60 (or 0xD96D60) is known color: Terra Cotta. HEX triplet: D9, 6D and 60. RGB value is (217,109,96). Sum of RGB (Red+Green+Blue) = 217+109+96=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D60 is #26929F. Grayscale: #8B8B8B. Windows color (decimal): -2527904 or 6319577. OLE color: 6319577.

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

Color convert

RGB 217 109 96 -
CMYK 0 0.50 0.56 0.15
HSL 6.45º 0.61% 0.61% -
HSV(B) 6.45º 0.56% 0.85% -
XYZ 36.2 26.53 14.28 -
YUV 139.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 217 109 96 0 0.50 0.56 0.15 6.45 0.61 0.61
Hex D9 6D 60 0 32 38 F 6 3D 3D
Octal 331 155 140 0 62 70 17 6 75 75
Binary 11011001 1101101 1100000 0 110010 111000 1111 110 111101 111101

Color Harmonies of #D96D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D60

Black with #D96D60

Text Example


Text Example

White with #D96D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D60; }

 p { color: rgb(217,109,96); }

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

background-color css

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

 a { background-color: rgb(217,109,96); }

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

border-color css

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

 span { border-color: rgb(217,109,96); }

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