Html Css Color HEX #D97066 Terra Cotta

📋 copy color: '#D97066'

red 217 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #D97066

Tints of Terra Cotta #D97066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 50.35%
G = 25.99%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97066 (or 0xD97066) is known color: Terra Cotta. HEX triplet: D9, 70 and 66. RGB value is (217,112,102). Sum of RGB (Red+Green+Blue) = 217+112+102=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97066 is #268F99. Grayscale: #8E8E8E. Windows color (decimal): -2527130 or 6713561. OLE color: 6713561.

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

Color convert

RGB 217 112 102 -
CMYK 0 0.48 0.53 0.15
HSL 5.22º 0.6% 0.63% -
HSV(B) 5.22º 0.53% 0.85% -
XYZ 36.81 27.3 15.9 -
YUV 142.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 217 112 102 0 0.48 0.53 0.15 5.22 0.6 0.63
Hex D9 70 66 0 30 35 F 5 3C 3F
Octal 331 160 146 0 60 65 17 5 74 77
Binary 11011001 1110000 1100110 0 110000 110101 1111 101 111100 111111

Color Harmonies of #D97066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97066

Black with #D97066

Text Example


Text Example

White with #D97066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97066; }

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

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

background-color css

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

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

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

border-color css

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

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

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