Html Css Color HEX #D97A5E Terra Cotta

📋 copy color: '#D97A5E'

red 217 ◦ green 122 ◦ blue 94

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

Shades of Terra Cotta #D97A5E

Tints of Terra Cotta #D97A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 50.12%
G = 28.18%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D97A5E (or 0xD97A5E) is known color: Terra Cotta. HEX triplet: D9, 7A and 5E. RGB value is (217,122,94). Sum of RGB (Red+Green+Blue) = 217+122+94=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A5E is #2685A1. Grayscale: #939393. Windows color (decimal): -2524578 or 6191833. OLE color: 6191833.

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

Color convert

RGB 217 122 94 -
CMYK 0 0.44 0.57 0.15
HSL 13.66º 0.62% 0.61% -
HSV(B) 13.66º 0.57% 0.85% -
XYZ 37.6 29.48 14.3 -
YUV 147.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 217 122 94 0 0.44 0.57 0.15 13.66 0.62 0.61
Hex D9 7A 5E 0 2C 39 F E 3E 3D
Octal 331 172 136 0 54 71 17 16 76 75
Binary 11011001 1111010 1011110 0 101100 111001 1111 1110 111110 111101

Color Harmonies of #D97A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A5E

Black with #D97A5E

Text Example


Text Example

White with #D97A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A5E; }

 p { color: rgb(217,122,94); }

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

background-color css

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

 a { background-color: rgb(217,122,94); }

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

border-color css

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

 span { border-color: rgb(217,122,94); }

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