Html Css Color HEX #D97063 Terra Cotta

📋 copy color: '#D97063'

red 217 ◦ green 112 ◦ blue 99

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

Shades of Terra Cotta #D97063

Tints of Terra Cotta #D97063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 50.7%
G = 26.17%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97063 (or 0xD97063) is known color: Terra Cotta. HEX triplet: D9, 70 and 63. RGB value is (217,112,99). Sum of RGB (Red+Green+Blue) = 217+112+99=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D97063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97063 is #268F9C. Grayscale: #8E8E8E. Windows color (decimal): -2527133 or 6516953. OLE color: 6516953.

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

Color convert

RGB 217 112 99 -
CMYK 0 0.48 0.54 0.15
HSL 6.61º 0.61% 0.62% -
HSV(B) 6.61º 0.54% 0.85% -
XYZ 36.66 27.24 15.13 -
YUV 141.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 217 112 99 0 0.48 0.54 0.15 6.61 0.61 0.62
Hex D9 70 63 0 30 36 F 7 3D 3E
Octal 331 160 143 0 60 66 17 7 75 76
Binary 11011001 1110000 1100011 0 110000 110110 1111 111 111101 111110

Color Harmonies of #D97063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97063

Black with #D97063

Text Example


Text Example

White with #D97063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97063; }

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

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

background-color css

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

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

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

border-color css

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

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

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