Html Css Color HEX #D86F62 Terra Cotta

📋 copy color: '#D86F62'

red 216 ◦ green 111 ◦ blue 98

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

Shades of Terra Cotta #D86F62

Tints of Terra Cotta #D86F62

RGB

 RED value IS 216 (84.77% from 255) = 50.82%

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

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

R = 50.82%
G = 26.12%
B = 23.06%

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

#D86F62 (or 0xD86F62) is known color: Terra Cotta. HEX triplet: D8, 6F and 62. RGB value is (216,111,98). Sum of RGB (Red+Green+Blue) = 216+111+98=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F62 is #27909D. Grayscale: #8D8D8D. Windows color (decimal): -2592926 or 6451160. OLE color: 6451160.

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

Color convert

RGB 216 111 98 -
CMYK 0 0.49 0.55 0.15
HSL 6.61º 0.6% 0.62% -
HSV(B) 6.61º 0.55% 0.85% -
XYZ 36.21 26.85 14.83 -
YUV 140.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 216 111 98 0 0.49 0.55 0.15 6.61 0.6 0.62
Hex D8 6F 62 0 31 37 F 7 3C 3E
Octal 330 157 142 0 61 67 17 7 74 76
Binary 11011000 1101111 1100010 0 110001 110111 1111 111 111100 111110

Color Harmonies of #D86F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F62

Black with #D86F62

Text Example


Text Example

White with #D86F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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