Html Css Color HEX #D97260 Terra Cotta

📋 copy color: '#D97260'

red 217 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #D97260

Tints of Terra Cotta #D97260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 50.82%
G = 26.7%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D97260 (or 0xD97260) is known color: Terra Cotta. HEX triplet: D9, 72 and 60. RGB value is (217,114,96). Sum of RGB (Red+Green+Blue) = 217+114+96=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D97260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97260 is #268D9F. Grayscale: #8E8E8E. Windows color (decimal): -2526624 or 6320857. OLE color: 6320857.

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

Color convert

RGB 217 114 96 -
CMYK 0 0.47 0.56 0.15
HSL 8.93º 0.61% 0.61% -
HSV(B) 8.93º 0.56% 0.85% -
XYZ 36.74 27.63 14.46 -
YUV 142.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 217 114 96 0 0.47 0.56 0.15 8.93 0.61 0.61
Hex D9 72 60 0 2F 38 F 9 3D 3D
Octal 331 162 140 0 57 70 17 11 75 75
Binary 11011001 1110010 1100000 0 101111 111000 1111 1001 111101 111101

Color Harmonies of #D97260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97260

Black with #D97260

Text Example


Text Example

White with #D97260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97260; }

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

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

background-color css

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

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

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

border-color css

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

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

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