Html Css Color HEX #D97263 Terra Cotta

📋 copy color: '#D97263'

red 217 ◦ green 114 ◦ blue 99

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

Shades of Terra Cotta #D97263

Tints of Terra Cotta #D97263

RGB

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

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

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

R = 50.47%
G = 26.51%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97263 (or 0xD97263) is known color: Terra Cotta. HEX triplet: D9, 72 and 63. RGB value is (217,114,99). Sum of RGB (Red+Green+Blue) = 217+114+99=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D97263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97263 is #268D9C. Grayscale: #8F8F8F. Windows color (decimal): -2526621 or 6517465. OLE color: 6517465.

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

Color convert

RGB 217 114 99 -
CMYK 0 0.47 0.54 0.15
HSL 7.63º 0.61% 0.62% -
HSV(B) 7.63º 0.54% 0.85% -
XYZ 36.88 27.69 15.2 -
YUV 143.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 217 114 99 0 0.47 0.54 0.15 7.63 0.61 0.62
Hex D9 72 63 0 2F 36 F 8 3D 3E
Octal 331 162 143 0 57 66 17 10 75 76
Binary 11011001 1110010 1100011 0 101111 110110 1111 1000 111101 111110

Color Harmonies of #D97263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97263

Black with #D97263

Text Example


Text Example

White with #D97263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97263; }

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

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

background-color css

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

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

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

border-color css

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

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

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