Html Css Color HEX #D97560 Terra Cotta

📋 copy color: '#D97560'

red 217 ◦ green 117 ◦ blue 96

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

Shades of Terra Cotta #D97560

Tints of Terra Cotta #D97560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

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

R = 50.47%
G = 27.21%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D97560 (or 0xD97560) is known color: Terra Cotta. HEX triplet: D9, 75 and 60. RGB value is (217,117,96). Sum of RGB (Red+Green+Blue) = 217+117+96=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D97560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97560 is #268A9F. Grayscale: #909090. Windows color (decimal): -2525856 or 6321625. OLE color: 6321625.

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

Color convert

RGB 217 117 96 -
CMYK 0 0.46 0.56 0.15
HSL 10.41º 0.61% 0.61% -
HSV(B) 10.41º 0.56% 0.85% -
XYZ 37.09 28.32 14.58 -
YUV 144.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 217 117 96 0 0.46 0.56 0.15 10.41 0.61 0.61
Hex D9 75 60 0 2E 38 F A 3D 3D
Octal 331 165 140 0 56 70 17 12 75 75
Binary 11011001 1110101 1100000 0 101110 111000 1111 1010 111101 111101

Color Harmonies of #D97560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97560

Black with #D97560

Text Example


Text Example

White with #D97560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97560; }

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

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

background-color css

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

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

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

border-color css

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

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

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