Html Css Color HEX #D97259 Terra Cotta

📋 copy color: '#D97259'

red 217 ◦ green 114 ◦ blue 89

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

Shades of Terra Cotta #D97259

Tints of Terra Cotta #D97259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

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

R = 51.67%
G = 27.14%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D97259 (or 0xD97259) is known color: Terra Cotta. HEX triplet: D9, 72 and 59. RGB value is (217,114,89). Sum of RGB (Red+Green+Blue) = 217+114+89=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D97259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97259 is #268DA6. Grayscale: #8E8E8E. Windows color (decimal): -2526631 or 5862105. OLE color: 5862105.

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

Color convert

RGB 217 114 89 -
CMYK 0 0.47 0.59 0.15
HSL 11.72º 0.63% 0.6% -
HSV(B) 11.72º 0.59% 0.85% -
XYZ 36.44 27.51 12.84 -
YUV 141.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 217 114 89 0 0.47 0.59 0.15 11.72 0.63 0.6
Hex D9 72 59 0 2F 3B F C 3F 3C
Octal 331 162 131 0 57 73 17 14 77 74
Binary 11011001 1110010 1011001 0 101111 111011 1111 1100 111111 111100

Color Harmonies of #D97259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97259

Black with #D97259

Text Example


Text Example

White with #D97259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97259; }

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

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

background-color css

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

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

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

border-color css

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

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

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