Html Css Color HEX #D86A58 Roman

📋 copy color: '#D86A58'

red 216 ◦ green 106 ◦ blue 88

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

Shades of Roman #D86A58

Tints of Roman #D86A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 52.68%
G = 25.85%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D86A58 (or 0xD86A58) is known color: Roman. HEX triplet: D8, 6A and 58. RGB value is (216,106,88). Sum of RGB (Red+Green+Blue) = 216+106+88=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A58 is #2795A7. Grayscale: #898989. Windows color (decimal): -2594216 or 5794520. OLE color: 5794520.

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

Color convert

RGB 216 106 88 -
CMYK 0 0.51 0.59 0.15
HSL 8.44º 0.62% 0.6% -
HSV(B) 8.44º 0.59% 0.85% -
XYZ 35.23 25.61 12.32 -
YUV 136.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 216 106 88 0 0.51 0.59 0.15 8.44 0.62 0.6
Hex D8 6A 58 0 33 3B F 8 3E 3C
Octal 330 152 130 0 63 73 17 10 76 74
Binary 11011000 1101010 1011000 0 110011 111011 1111 1000 111110 111100

Color Harmonies of #D86A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A58

Black with #D86A58

Text Example


Text Example

White with #D86A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A58; }

 p { color: rgb(216,106,88); }

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

background-color css

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

 a { background-color: rgb(216,106,88); }

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

border-color css

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

 span { border-color: rgb(216,106,88); }

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