Html Css Color HEX #D8685F Roman

📋 copy color: '#D8685F'

red 216 ◦ green 104 ◦ blue 95

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

Shades of Roman #D8685F

Tints of Roman #D8685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 52.05%
G = 25.06%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8685F (or 0xD8685F) is known color: Roman. HEX triplet: D8, 68 and 5F. RGB value is (216,104,95). Sum of RGB (Red+Green+Blue) = 216+104+95=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8685F is #2797A0. Grayscale: #888888. Windows color (decimal): -2594721 or 6252760. OLE color: 6252760.

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

Color convert

RGB 216 104 95 -
CMYK 0 0.52 0.56 0.15
HSL 4.46º 0.61% 0.61% -
HSV(B) 4.46º 0.56% 0.85% -
XYZ 35.33 25.33 13.85 -
YUV 136.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 216 104 95 0 0.52 0.56 0.15 4.46 0.61 0.61
Hex D8 68 5F 0 34 38 F 4 3D 3D
Octal 330 150 137 0 64 70 17 4 75 75
Binary 11011000 1101000 1011111 0 110100 111000 1111 100 111101 111101

Color Harmonies of #D8685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8685F

Black with #D8685F

Text Example


Text Example

White with #D8685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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