Html Css Color HEX #D96E64 Terra Cotta

📋 copy color: '#D96E64'

red 217 ◦ green 110 ◦ blue 100

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

Shades of Terra Cotta #D96E64

Tints of Terra Cotta #D96E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

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

R = 50.82%
G = 25.76%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96E64 (or 0xD96E64) is known color: Terra Cotta. HEX triplet: D9, 6E and 64. RGB value is (217,110,100). Sum of RGB (Red+Green+Blue) = 217+110+100=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E64 is #26919B. Grayscale: #8D8D8D. Windows color (decimal): -2527644 or 6581977. OLE color: 6581977.

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

Color convert

RGB 217 110 100 -
CMYK 0 0.49 0.54 0.15
HSL 5.13º 0.61% 0.62% -
HSV(B) 5.13º 0.54% 0.85% -
XYZ 36.49 26.82 15.31 -
YUV 140.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 217 110 100 0 0.49 0.54 0.15 5.13 0.61 0.62
Hex D9 6E 64 0 31 36 F 5 3D 3E
Octal 331 156 144 0 61 66 17 5 75 76
Binary 11011001 1101110 1100100 0 110001 110110 1111 101 111101 111110

Color Harmonies of #D96E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E64

Black with #D96E64

Text Example


Text Example

White with #D96E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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