Html Css Color HEX #D86F5C Terra Cotta

📋 copy color: '#D86F5C'

red 216 ◦ green 111 ◦ blue 92

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

Shades of Terra Cotta #D86F5C

Tints of Terra Cotta #D86F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 51.55%
G = 26.49%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D86F5C (or 0xD86F5C) is known color: Terra Cotta. HEX triplet: D8, 6F and 5C. RGB value is (216,111,92). Sum of RGB (Red+Green+Blue) = 216+111+92=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F5C is #2790A3. Grayscale: #8C8C8C. Windows color (decimal): -2592932 or 6057944. OLE color: 6057944.

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

Color convert

RGB 216 111 92 -
CMYK 0 0.49 0.57 0.15
HSL 9.19º 0.61% 0.6% -
HSV(B) 9.19º 0.57% 0.85% -
XYZ 35.94 26.74 13.39 -
YUV 140.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 216 111 92 0 0.49 0.57 0.15 9.19 0.61 0.6
Hex D8 6F 5C 0 31 39 F 9 3D 3C
Octal 330 157 134 0 61 71 17 11 75 74
Binary 11011000 1101111 1011100 0 110001 111001 1111 1001 111101 111100

Color Harmonies of #D86F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F5C

Black with #D86F5C

Text Example


Text Example

White with #D86F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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