Html Css Color HEX #D86D5A Terra Cotta

📋 copy color: '#D86D5A'

red 216 ◦ green 109 ◦ blue 90

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

Shades of Terra Cotta #D86D5A

Tints of Terra Cotta #D86D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 52.05%
G = 26.27%
B = 21.69%

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

#D86D5A (or 0xD86D5A) is known color: Terra Cotta. HEX triplet: D8, 6D and 5A. RGB value is (216,109,90). Sum of RGB (Red+Green+Blue) = 216+109+90=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D5A is #2792A5. Grayscale: #8B8B8B. Windows color (decimal): -2593446 or 5926360. OLE color: 5926360.

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

Color convert

RGB 216 109 90 -
CMYK 0 0.50 0.58 0.15
HSL 9.05º 0.62% 0.6% -
HSV(B) 9.05º 0.58% 0.85% -
XYZ 35.63 26.27 12.87 -
YUV 138.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 216 109 90 0 0.50 0.58 0.15 9.05 0.62 0.6
Hex D8 6D 5A 0 32 3A F 9 3E 3C
Octal 330 155 132 0 62 72 17 11 76 74
Binary 11011000 1101101 1011010 0 110010 111010 1111 1001 111110 111100

Color Harmonies of #D86D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D5A

Black with #D86D5A

Text Example


Text Example

White with #D86D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D5A; }

 p { color: rgb(216,109,90); }

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

background-color css

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

 a { background-color: rgb(216,109,90); }

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

border-color css

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

 span { border-color: rgb(216,109,90); }

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