Html Css Color HEX #D97064 Terra Cotta

📋 copy color: '#D97064'

red 217 ◦ green 112 ◦ blue 100

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

Shades of Terra Cotta #D97064

Tints of Terra Cotta #D97064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 50.58%
G = 26.11%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97064 (or 0xD97064) is known color: Terra Cotta. HEX triplet: D9, 70 and 64. RGB value is (217,112,100). Sum of RGB (Red+Green+Blue) = 217+112+100=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97064 is #268F9B. Grayscale: #8E8E8E. Windows color (decimal): -2527132 or 6582489. OLE color: 6582489.

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

Color convert

RGB 217 112 100 -
CMYK 0 0.48 0.54 0.15
HSL 6.15º 0.61% 0.62% -
HSV(B) 6.15º 0.54% 0.85% -
XYZ 36.71 27.26 15.38 -
YUV 142.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 217 112 100 0 0.48 0.54 0.15 6.15 0.61 0.62
Hex D9 70 64 0 30 36 F 6 3D 3E
Octal 331 160 144 0 60 66 17 6 75 76
Binary 11011001 1110000 1100100 0 110000 110110 1111 110 111101 111110

Color Harmonies of #D97064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97064

Black with #D97064

Text Example


Text Example

White with #D97064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97064; }

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

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

background-color css

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

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

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

border-color css

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

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

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