Html Css Color HEX #D86655 Roman

📋 copy color: '#D86655'

red 216 ◦ green 102 ◦ blue 85

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

Shades of Roman #D86655

Tints of Roman #D86655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 53.6%
G = 25.31%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86655 (or 0xD86655) is known color: Roman. HEX triplet: D8, 66 and 55. RGB value is (216,102,85). Sum of RGB (Red+Green+Blue) = 216+102+85=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D86655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86655 is #2799AA. Grayscale: #868686. Windows color (decimal): -2595243 or 5596888. OLE color: 5596888.

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

Color convert

RGB 216 102 85 -
CMYK 0 0.53 0.61 0.15
HSL 7.79º 0.63% 0.59% -
HSV(B) 7.79º 0.61% 0.85% -
XYZ 34.71 24.76 11.54 -
YUV 134.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 216 102 85 0 0.53 0.61 0.15 7.79 0.63 0.59
Hex D8 66 55 0 35 3D F 8 3F 3B
Octal 330 146 125 0 65 75 17 10 77 73
Binary 11011000 1100110 1010101 0 110101 111101 1111 1000 111111 111011

Color Harmonies of #D86655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86655

Black with #D86655

Text Example


Text Example

White with #D86655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86655; }

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

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

background-color css

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

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

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

border-color css

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

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

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