Html Css Color HEX #D8685D Roman

📋 copy color: '#D8685D'

red 216 ◦ green 104 ◦ blue 93

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

Shades of Roman #D8685D

Tints of Roman #D8685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 52.3%
G = 25.18%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8685D (or 0xD8685D) is known color: Roman. HEX triplet: D8, 68 and 5D. RGB value is (216,104,93). Sum of RGB (Red+Green+Blue) = 216+104+93=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8685D is #2797A2. Grayscale: #888888. Windows color (decimal): -2594723 or 6121688. OLE color: 6121688.

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

Color convert

RGB 216 104 93 -
CMYK 0 0.52 0.57 0.15
HSL 5.37º 0.61% 0.61% -
HSV(B) 5.37º 0.57% 0.85% -
XYZ 35.25 25.29 13.38 -
YUV 136.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 216 104 93 0 0.52 0.57 0.15 5.37 0.61 0.61
Hex D8 68 5D 0 34 39 F 5 3D 3D
Octal 330 150 135 0 64 71 17 5 75 75
Binary 11011000 1101000 1011101 0 110100 111001 1111 101 111101 111101

Color Harmonies of #D8685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8685D

Black with #D8685D

Text Example


Text Example

White with #D8685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8685D; }

 p { color: rgb(216,104,93); }

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

background-color css

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

 a { background-color: rgb(216,104,93); }

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

border-color css

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

 span { border-color: rgb(216,104,93); }

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