Html Css Color HEX #D86B56 Terra Cotta

📋 copy color: '#D86B56'

red 216 ◦ green 107 ◦ blue 86

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

Shades of Terra Cotta #D86B56

Tints of Terra Cotta #D86B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 52.81%
G = 26.16%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D86B56 (or 0xD86B56) is known color: Terra Cotta. HEX triplet: D8, 6B and 56. RGB value is (216,107,86). Sum of RGB (Red+Green+Blue) = 216+107+86=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B56 is #2794A9. Grayscale: #898989. Windows color (decimal): -2593962 or 5663704. OLE color: 5663704.

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

Color convert

RGB 216 107 86 -
CMYK 0 0.50 0.60 0.15
HSL 9.69º 0.63% 0.59% -
HSV(B) 9.69º 0.6% 0.85% -
XYZ 35.26 25.79 11.92 -
YUV 137.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 216 107 86 0 0.50 0.60 0.15 9.69 0.63 0.59
Hex D8 6B 56 0 32 3C F A 3E 3B
Octal 330 153 126 0 62 74 17 12 76 73
Binary 11011000 1101011 1010110 0 110010 111100 1111 1010 111110 111011

Color Harmonies of #D86B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B56

Black with #D86B56

Text Example


Text Example

White with #D86B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B56; }

 p { color: rgb(216,107,86); }

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

background-color css

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

 a { background-color: rgb(216,107,86); }

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

border-color css

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

 span { border-color: rgb(216,107,86); }

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