Html Css Color HEX #D97568 Terra Cotta

📋 copy color: '#D97568'

red 217 ◦ green 117 ◦ blue 104

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

Shades of Terra Cotta #D97568

Tints of Terra Cotta #D97568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 49.54%
G = 26.71%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97568 (or 0xD97568) is known color: Terra Cotta. HEX triplet: D9, 75 and 68. RGB value is (217,117,104). Sum of RGB (Red+Green+Blue) = 217+117+104=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D97568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97568 is #268A97. Grayscale: #919191. Windows color (decimal): -2525848 or 6845913. OLE color: 6845913.

HSL color Cylindrical-coordinate representation of color #D97568: hue angle of 6.9º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97568 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 104 -
CMYK 0 0.46 0.52 0.15
HSL 6.9º 0.6% 0.63% -
HSV(B) 6.9º 0.52% 0.85% -
XYZ 37.48 28.47 16.62 -
YUV 145.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 217 117 104 0 0.46 0.52 0.15 6.9 0.6 0.63
Hex D9 75 68 0 2E 34 F 7 3C 3F
Octal 331 165 150 0 56 64 17 7 74 77
Binary 11011001 1110101 1101000 0 101110 110100 1111 111 111100 111111

Color Harmonies of #D97568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97568

Black with #D97568

Text Example


Text Example

White with #D97568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97568; }

 p { color: rgb(217,117,104); }

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

background-color css

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

 a { background-color: rgb(217,117,104); }

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

border-color css

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

 span { border-color: rgb(217,117,104); }

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