Html Css Color HEX #D97257 Terra Cotta

📋 copy color: '#D97257'

red 217 ◦ green 114 ◦ blue 87

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

Shades of Terra Cotta #D97257

Tints of Terra Cotta #D97257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 51.91%
G = 27.27%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D97257 (or 0xD97257) is known color: Terra Cotta. HEX triplet: D9, 72 and 57. RGB value is (217,114,87). Sum of RGB (Red+Green+Blue) = 217+114+87=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D97257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97257 is #268DA8. Grayscale: #8D8D8D. Windows color (decimal): -2526633 or 5731033. OLE color: 5731033.

HSL color Cylindrical-coordinate representation of color #D97257: hue angle of 12.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D97257 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 87 -
CMYK 0 0.47 0.60 0.15
HSL 12.46º 0.63% 0.6% -
HSV(B) 12.46º 0.6% 0.85% -
XYZ 36.35 27.47 12.4 -
YUV 141.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 217 114 87 0 0.47 0.60 0.15 12.46 0.63 0.6
Hex D9 72 57 0 2F 3C F C 3F 3C
Octal 331 162 127 0 57 74 17 14 77 74
Binary 11011001 1110010 1010111 0 101111 111100 1111 1100 111111 111100

Color Harmonies of #D97257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97257

Black with #D97257

Text Example


Text Example

White with #D97257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97257; }

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

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

background-color css

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

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

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

border-color css

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

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

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