Html Css Color HEX #D97465 Terra Cotta

📋 copy color: '#D97465'

red 217 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #D97465

Tints of Terra Cotta #D97465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 50%
G = 26.73%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97465 (or 0xD97465) is known color: Terra Cotta. HEX triplet: D9, 74 and 65. RGB value is (217,116,101). Sum of RGB (Red+Green+Blue) = 217+116+101=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97465 is #268B9A. Grayscale: #909090. Windows color (decimal): -2526107 or 6649049. OLE color: 6649049.

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

Color convert

RGB 217 116 101 -
CMYK 0 0.47 0.53 0.15
HSL 7.76º 0.6% 0.62% -
HSV(B) 7.76º 0.53% 0.85% -
XYZ 37.21 28.18 15.79 -
YUV 144.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 217 116 101 0 0.47 0.53 0.15 7.76 0.6 0.62
Hex D9 74 65 0 2F 35 F 8 3C 3E
Octal 331 164 145 0 57 65 17 10 74 76
Binary 11011001 1110100 1100101 0 101111 110101 1111 1000 111100 111110

Color Harmonies of #D97465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97465

Black with #D97465

Text Example


Text Example

White with #D97465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97465; }

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

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

background-color css

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

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

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

border-color css

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

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

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