Html Css Color HEX #D97266 Terra Cotta

📋 copy color: '#D97266'

red 217 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #D97266

Tints of Terra Cotta #D97266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 50.12%
G = 26.33%
B = 23.56%

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

#D97266 (or 0xD97266) is known color: Terra Cotta. HEX triplet: D9, 72 and 66. RGB value is (217,114,102). Sum of RGB (Red+Green+Blue) = 217+114+102=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D97266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97266 is #268D99. Grayscale: #8F8F8F. Windows color (decimal): -2526618 or 6714073. OLE color: 6714073.

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

Color convert

RGB 217 114 102 -
CMYK 0 0.47 0.53 0.15
HSL 6.26º 0.6% 0.63% -
HSV(B) 6.26º 0.53% 0.85% -
XYZ 37.03 27.75 15.97 -
YUV 143.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 217 114 102 0 0.47 0.53 0.15 6.26 0.6 0.63
Hex D9 72 66 0 2F 35 F 6 3C 3F
Octal 331 162 146 0 57 65 17 6 74 77
Binary 11011001 1110010 1100110 0 101111 110101 1111 110 111100 111111

Color Harmonies of #D97266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97266

Black with #D97266

Text Example


Text Example

White with #D97266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97266; }

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

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

background-color css

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

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

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

border-color css

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

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

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