Html Css Color HEX #D97162 Terra Cotta

📋 copy color: '#D97162'

red 217 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #D97162

Tints of Terra Cotta #D97162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

 BLUE value IS 98 (38.67% from 255) = 22.9%

R = 50.7%
G = 26.4%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D97162 (or 0xD97162) is known color: Terra Cotta. HEX triplet: D9, 71 and 62. RGB value is (217,113,98). Sum of RGB (Red+Green+Blue) = 217+113+98=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D97162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97162 is #268E9D. Grayscale: #8E8E8E. Windows color (decimal): -2526878 or 6451673. OLE color: 6451673.

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

Color convert

RGB 217 113 98 -
CMYK 0 0.48 0.55 0.15
HSL 7.56º 0.61% 0.62% -
HSV(B) 7.56º 0.55% 0.85% -
XYZ 36.73 27.44 14.92 -
YUV 142.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 217 113 98 0 0.48 0.55 0.15 7.56 0.61 0.62
Hex D9 71 62 0 30 37 F 8 3D 3E
Octal 331 161 142 0 60 67 17 10 75 76
Binary 11011001 1110001 1100010 0 110000 110111 1111 1000 111101 111110

Color Harmonies of #D97162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97162

Black with #D97162

Text Example


Text Example

White with #D97162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97162; }

 p { color: rgb(217,113,98); }

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

background-color css

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

 a { background-color: rgb(217,113,98); }

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

border-color css

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

 span { border-color: rgb(217,113,98); }

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