Html Css Color HEX #D96F62 Terra Cotta

📋 copy color: '#D96F62'

red 217 ◦ green 111 ◦ blue 98

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

Shades of Terra Cotta #D96F62

Tints of Terra Cotta #D96F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 98 (38.67% from 255) = 23%

R = 50.94%
G = 26.06%
B = 23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D96F62 (or 0xD96F62) is known color: Terra Cotta. HEX triplet: D9, 6F and 62. RGB value is (217,111,98). Sum of RGB (Red+Green+Blue) = 217+111+98=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F62 is #26909D. Grayscale: #8D8D8D. Windows color (decimal): -2527390 or 6451161. OLE color: 6451161.

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

Color convert

RGB 217 111 98 -
CMYK 0 0.49 0.55 0.15
HSL 6.55º 0.61% 0.62% -
HSV(B) 6.55º 0.55% 0.85% -
XYZ 36.5 27 14.84 -
YUV 141.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 217 111 98 0 0.49 0.55 0.15 6.55 0.61 0.62
Hex D9 6F 62 0 31 37 F 7 3D 3E
Octal 331 157 142 0 61 67 17 7 75 76
Binary 11011001 1101111 1100010 0 110001 110111 1111 111 111101 111110

Color Harmonies of #D96F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F62

Black with #D96F62

Text Example


Text Example

White with #D96F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F62; }

 p { color: rgb(217,111,98); }

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

background-color css

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

 a { background-color: rgb(217,111,98); }

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

border-color css

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

 span { border-color: rgb(217,111,98); }

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