Html Css Color HEX #D87266 Terra Cotta

📋 copy color: '#D87266'

red 216 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #D87266

Tints of Terra Cotta #D87266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 50%
G = 26.39%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87266 (or 0xD87266) is known color: Terra Cotta. HEX triplet: D8, 72 and 66. RGB value is (216,114,102). Sum of RGB (Red+Green+Blue) = 216+114+102=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D87266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87266 is #278D99. Grayscale: #8F8F8F. Windows color (decimal): -2592154 or 6714072. OLE color: 6714072.

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

Color convert

RGB 216 114 102 -
CMYK 0 0.47 0.53 0.15
HSL 6.32º 0.59% 0.62% -
HSV(B) 6.32º 0.53% 0.85% -
XYZ 36.73 27.59 15.96 -
YUV 143.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 216 114 102 0 0.47 0.53 0.15 6.32 0.59 0.62
Hex D8 72 66 0 2F 35 F 6 3B 3E
Octal 330 162 146 0 57 65 17 6 73 76
Binary 11011000 1110010 1100110 0 101111 110101 1111 110 111011 111110

Color Harmonies of #D87266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87266

Black with #D87266

Text Example


Text Example

White with #D87266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87266; }

 p { color: rgb(216,114,102); }

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

background-color css

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

 a { background-color: rgb(216,114,102); }

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

border-color css

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

 span { border-color: rgb(216,114,102); }

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