Html Css Color HEX #D86F66 Terra Cotta

📋 copy color: '#D86F66'

red 216 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #D86F66

Tints of Terra Cotta #D86F66

RGB

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

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

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

R = 50.35%
G = 25.87%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D86F66 (or 0xD86F66) is known color: Terra Cotta. HEX triplet: D8, 6F and 66. RGB value is (216,111,102). Sum of RGB (Red+Green+Blue) = 216+111+102=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F66 is #279099. Grayscale: #8D8D8D. Windows color (decimal): -2592922 or 6713304. OLE color: 6713304.

HSL color Cylindrical-coordinate representation of color #D86F66: hue angle of 4.74º 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 #D86F66 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 102 -
CMYK 0 0.49 0.53 0.15
HSL 4.74º 0.59% 0.62% -
HSV(B) 4.74º 0.53% 0.85% -
XYZ 36.4 26.93 15.85 -
YUV 141.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 216 111 102 0 0.49 0.53 0.15 4.74 0.59 0.62
Hex D8 6F 66 0 31 35 F 5 3B 3E
Octal 330 157 146 0 61 65 17 5 73 76
Binary 11011000 1101111 1100110 0 110001 110101 1111 101 111011 111110

Color Harmonies of #D86F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F66

Black with #D86F66

Text Example


Text Example

White with #D86F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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