Html Css Color HEX #D97068 Terra Cotta

📋 copy color: '#D97068'

red 217 ◦ green 112 ◦ blue 104

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

Shades of Terra Cotta #D97068

Tints of Terra Cotta #D97068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 50.12%
G = 25.87%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97068 (or 0xD97068) is known color: Terra Cotta. HEX triplet: D9, 70 and 68. RGB value is (217,112,104). Sum of RGB (Red+Green+Blue) = 217+112+104=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D97068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97068 is #268F97. Grayscale: #8E8E8E. Windows color (decimal): -2527128 or 6844633. OLE color: 6844633.

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

Color convert

RGB 217 112 104 -
CMYK 0 0.48 0.52 0.15
HSL 4.25º 0.6% 0.63% -
HSV(B) 4.25º 0.52% 0.85% -
XYZ 36.91 27.34 16.43 -
YUV 142.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 217 112 104 0 0.48 0.52 0.15 4.25 0.6 0.63
Hex D9 70 68 0 30 34 F 4 3C 3F
Octal 331 160 150 0 60 64 17 4 74 77
Binary 11011001 1110000 1101000 0 110000 110100 1111 100 111100 111111

Color Harmonies of #D97068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97068

Black with #D97068

Text Example


Text Example

White with #D97068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97068; }

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

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

background-color css

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

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

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

border-color css

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

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

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