Html Css Color HEX #D86261 Roman

📋 copy color: '#D86261'

red 216 ◦ green 98 ◦ blue 97

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

Shades of Roman #D86261

Tints of Roman #D86261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

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

R = 52.55%
G = 23.84%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D86261 (or 0xD86261) is known color: Roman. HEX triplet: D8, 62 and 61. RGB value is (216,98,97). Sum of RGB (Red+Green+Blue) = 216+98+97=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D86261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86261 is #279D9E. Grayscale: #858585. Windows color (decimal): -2596255 or 6382296. OLE color: 6382296.

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

Color convert

RGB 216 98 97 -
CMYK 0 0.55 0.55 0.15
HSL 0.5º 0.6% 0.61% -
HSV(B) 0.5º 0.55% 0.85% -
XYZ 34.84 24.2 14.14 -
YUV 133.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 216 98 97 0 0.55 0.55 0.15 0.5 0.6 0.61
Hex D8 62 61 0 37 37 F 1 3C 3D
Octal 330 142 141 0 67 67 17 1 74 75
Binary 11011000 1100010 1100001 0 110111 110111 1111 1 111100 111101

Color Harmonies of #D86261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86261

Black with #D86261

Text Example


Text Example

White with #D86261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86261; }

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

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

background-color css

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

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

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

border-color css

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

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

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