Html Css Color HEX #D97054 Terra Cotta

📋 copy color: '#D97054'

red 217 ◦ green 112 ◦ blue 84

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

Shades of Terra Cotta #D97054

Tints of Terra Cotta #D97054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 84 (33.2% from 255) = 20.34%

R = 52.54%
G = 27.12%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D97054 (or 0xD97054) is known color: Terra Cotta. HEX triplet: D9, 70 and 54. RGB value is (217,112,84). Sum of RGB (Red+Green+Blue) = 217+112+84=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D97054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97054 is #268FAB. Grayscale: #8C8C8C. Windows color (decimal): -2527148 or 5533913. OLE color: 5533913.

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

Color convert

RGB 217 112 84 -
CMYK 0 0.48 0.61 0.15
HSL 12.63º 0.64% 0.59% -
HSV(B) 12.63º 0.61% 0.85% -
XYZ 36.01 26.98 11.7 -
YUV 140.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 217 112 84 0 0.48 0.61 0.15 12.63 0.64 0.59
Hex D9 70 54 0 30 3D F D 40 3B
Octal 331 160 124 0 60 75 17 15 100 73
Binary 11011001 1110000 1010100 0 110000 111101 1111 1101 1000000 111011

Color Harmonies of #D97054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97054

Black with #D97054

Text Example


Text Example

White with #D97054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97054; }

 p { color: rgb(217,112,84); }

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

background-color css

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

 a { background-color: rgb(217,112,84); }

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

border-color css

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

 span { border-color: rgb(217,112,84); }

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