Html Css Color HEX #D86D61 Roman

📋 copy color: '#D86D61'

red 216 ◦ green 109 ◦ blue 97

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

Shades of Roman #D86D61

Tints of Roman #D86D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 51.18%
G = 25.83%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D86D61 (or 0xD86D61) is known color: Roman. HEX triplet: D8, 6D and 61. RGB value is (216,109,97). Sum of RGB (Red+Green+Blue) = 216+109+97=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D61 is #27929E. Grayscale: #8B8B8B. Windows color (decimal): -2593439 or 6385112. OLE color: 6385112.

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

Color convert

RGB 216 109 97 -
CMYK 0 0.50 0.55 0.15
HSL 6.05º 0.6% 0.61% -
HSV(B) 6.05º 0.55% 0.85% -
XYZ 35.95 26.4 14.51 -
YUV 139.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 216 109 97 0 0.50 0.55 0.15 6.05 0.6 0.61
Hex D8 6D 61 0 32 37 F 6 3C 3D
Octal 330 155 141 0 62 67 17 6 74 75
Binary 11011000 1101101 1100001 0 110010 110111 1111 110 111100 111101

Color Harmonies of #D86D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D61

Black with #D86D61

Text Example


Text Example

White with #D86D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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