Html Css Color HEX #D97069 Terra Cotta

📋 copy color: '#D97069'

red 217 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #D97069

Tints of Terra Cotta #D97069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 50%
G = 25.81%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97069 (or 0xD97069) is known color: Terra Cotta. HEX triplet: D9, 70 and 69. RGB value is (217,112,105). Sum of RGB (Red+Green+Blue) = 217+112+105=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97069 is #268F96. Grayscale: #8E8E8E. Windows color (decimal): -2527127 or 6910169. OLE color: 6910169.

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

Color convert

RGB 217 112 105 -
CMYK 0 0.48 0.52 0.15
HSL 3.75º 0.6% 0.63% -
HSV(B) 3.75º 0.52% 0.85% -
XYZ 36.96 27.36 16.7 -
YUV 142.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 217 112 105 0 0.48 0.52 0.15 3.75 0.6 0.63
Hex D9 70 69 0 30 34 F 4 3C 3F
Octal 331 160 151 0 60 64 17 4 74 77
Binary 11011001 1110000 1101001 0 110000 110100 1111 100 111100 111111

Color Harmonies of #D97069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97069

Black with #D97069

Text Example


Text Example

White with #D97069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97069; }

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

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

background-color css

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

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

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

border-color css

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

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

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