Html Css Color HEX #D86C5B Terra Cotta

📋 copy color: '#D86C5B'

red 216 ◦ green 108 ◦ blue 91

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

Shades of Terra Cotta #D86C5B

Tints of Terra Cotta #D86C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 52.05%
G = 26.02%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D86C5B (or 0xD86C5B) is known color: Terra Cotta. HEX triplet: D8, 6C and 5B. RGB value is (216,108,91). Sum of RGB (Red+Green+Blue) = 216+108+91=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C5B is #2793A4. Grayscale: #8A8A8A. Windows color (decimal): -2593701 or 5991640. OLE color: 5991640.

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

Color convert

RGB 216 108 91 -
CMYK 0 0.50 0.58 0.15
HSL 8.16º 0.62% 0.6% -
HSV(B) 8.16º 0.58% 0.85% -
XYZ 35.57 26.08 13.06 -
YUV 138.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 216 108 91 0 0.50 0.58 0.15 8.16 0.62 0.6
Hex D8 6C 5B 0 32 3A F 8 3E 3C
Octal 330 154 133 0 62 72 17 10 76 74
Binary 11011000 1101100 1011011 0 110010 111010 1111 1000 111110 111100

Color Harmonies of #D86C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C5B

Black with #D86C5B

Text Example


Text Example

White with #D86C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C5B; }

 p { color: rgb(216,108,91); }

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

background-color css

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

 a { background-color: rgb(216,108,91); }

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

border-color css

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

 span { border-color: rgb(216,108,91); }

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