Html Css Color HEX #D86D6B Roman

📋 copy color: '#D86D6B'

red 216 ◦ green 109 ◦ blue 107

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

Shades of Roman #D86D6B

Tints of Roman #D86D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.77%

R = 50%
G = 25.23%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D86D6B (or 0xD86D6B) is known color: Roman. HEX triplet: D8, 6D and 6B. RGB value is (216,109,107). Sum of RGB (Red+Green+Blue) = 216+109+107=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D6B is #279294. Grayscale: #8C8C8C. Windows color (decimal): -2593429 or 7040472. OLE color: 7040472.

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

Color convert

RGB 216 109 107 -
CMYK 0 0.50 0.50 0.15
HSL 1.1º 0.58% 0.63% -
HSV(B) 1.1º 0.5% 0.85% -
XYZ 36.44 26.6 17.12 -
YUV 140.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 216 109 107 0 0.50 0.50 0.15 1.1 0.58 0.63
Hex D8 6D 6B 0 32 32 F 1 3A 3F
Octal 330 155 153 0 62 62 17 1 72 77
Binary 11011000 1101101 1101011 0 110010 110010 1111 1 111010 111111

Color Harmonies of #D86D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D6B

Black with #D86D6B

Text Example


Text Example

White with #D86D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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