Html Css Color HEX #D97458 Terra Cotta

📋 copy color: '#D97458'

red 217 ◦ green 116 ◦ blue 88

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

Shades of Terra Cotta #D97458

Tints of Terra Cotta #D97458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 51.54%
G = 27.55%
B = 20.9%

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

#D97458 (or 0xD97458) is known color: Terra Cotta. HEX triplet: D9, 74 and 58. RGB value is (217,116,88). Sum of RGB (Red+Green+Blue) = 217+116+88=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D97458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97458 is #268BA7. Grayscale: #8F8F8F. Windows color (decimal): -2526120 or 5797081. OLE color: 5797081.

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

Color convert

RGB 217 116 88 -
CMYK 0 0.47 0.59 0.15
HSL 13.02º 0.63% 0.6% -
HSV(B) 13.02º 0.59% 0.85% -
XYZ 36.62 27.95 12.7 -
YUV 143.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 217 116 88 0 0.47 0.59 0.15 13.02 0.63 0.6
Hex D9 74 58 0 2F 3B F D 3F 3C
Octal 331 164 130 0 57 73 17 15 77 74
Binary 11011001 1110100 1011000 0 101111 111011 1111 1101 111111 111100

Color Harmonies of #D97458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97458

Black with #D97458

Text Example


Text Example

White with #D97458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97458; }

 p { color: rgb(217,116,88); }

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

background-color css

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

 a { background-color: rgb(217,116,88); }

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

border-color css

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

 span { border-color: rgb(217,116,88); }

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