Html Css Color HEX #D87063 Terra Cotta

📋 copy color: '#D87063'

red 216 ◦ green 112 ◦ blue 99

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

Shades of Terra Cotta #D87063

Tints of Terra Cotta #D87063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 50.59%
G = 26.23%
B = 23.19%

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

#D87063 (or 0xD87063) is known color: Terra Cotta. HEX triplet: D8, 70 and 63. RGB value is (216,112,99). Sum of RGB (Red+Green+Blue) = 216+112+99=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D87063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87063 is #278F9C. Grayscale: #8D8D8D. Windows color (decimal): -2592669 or 6516952. OLE color: 6516952.

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

Color convert

RGB 216 112 99 -
CMYK 0 0.48 0.54 0.15
HSL 6.67º 0.6% 0.62% -
HSV(B) 6.67º 0.54% 0.85% -
XYZ 36.37 27.09 15.12 -
YUV 141.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 216 112 99 0 0.48 0.54 0.15 6.67 0.6 0.62
Hex D8 70 63 0 30 36 F 7 3C 3E
Octal 330 160 143 0 60 66 17 7 74 76
Binary 11011000 1110000 1100011 0 110000 110110 1111 111 111100 111110

Color Harmonies of #D87063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87063

Black with #D87063

Text Example


Text Example

White with #D87063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87063; }

 p { color: rgb(216,112,99); }

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

background-color css

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

 a { background-color: rgb(216,112,99); }

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

border-color css

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

 span { border-color: rgb(216,112,99); }

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