Html Css Color HEX #D97663 Terra Cotta

📋 copy color: '#D97663'

red 217 ◦ green 118 ◦ blue 99

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

Shades of Terra Cotta #D97663

Tints of Terra Cotta #D97663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

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

R = 50%
G = 27.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97663 (or 0xD97663) is known color: Terra Cotta. HEX triplet: D9, 76 and 63. RGB value is (217,118,99). Sum of RGB (Red+Green+Blue) = 217+118+99=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97663 is #26899C. Grayscale: #919191. Windows color (decimal): -2525597 or 6518489. OLE color: 6518489.

HSL color Cylindrical-coordinate representation of color #D97663: hue angle of 9.66º 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 #D97663 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 99 -
CMYK 0 0.46 0.54 0.15
HSL 9.66º 0.61% 0.62% -
HSV(B) 9.66º 0.54% 0.85% -
XYZ 37.35 28.61 15.36 -
YUV 145.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 217 118 99 0 0.46 0.54 0.15 9.66 0.61 0.62
Hex D9 76 63 0 2E 36 F A 3D 3E
Octal 331 166 143 0 56 66 17 12 75 76
Binary 11011001 1110110 1100011 0 101110 110110 1111 1010 111101 111110

Color Harmonies of #D97663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97663

Black with #D97663

Text Example


Text Example

White with #D97663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97663; }

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

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

background-color css

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

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

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

border-color css

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

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

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