Html Css Color HEX #D8675F Roman

📋 copy color: '#D8675F'

red 216 ◦ green 103 ◦ blue 95

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

Shades of Roman #D8675F

Tints of Roman #D8675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 52.17%
G = 24.88%
B = 22.95%

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

#D8675F (or 0xD8675F) is known color: Roman. HEX triplet: D8, 67 and 5F. RGB value is (216,103,95). Sum of RGB (Red+Green+Blue) = 216+103+95=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8675F is #2798A0. Grayscale: #888888. Windows color (decimal): -2594977 or 6252504. OLE color: 6252504.

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

Color convert

RGB 216 103 95 -
CMYK 0 0.52 0.56 0.15
HSL 3.97º 0.61% 0.61% -
HSV(B) 3.97º 0.56% 0.85% -
XYZ 35.23 25.13 13.82 -
YUV 135.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 216 103 95 0 0.52 0.56 0.15 3.97 0.61 0.61
Hex D8 67 5F 0 34 38 F 4 3D 3D
Octal 330 147 137 0 64 70 17 4 75 75
Binary 11011000 1100111 1011111 0 110100 111000 1111 100 111101 111101

Color Harmonies of #D8675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8675F

Black with #D8675F

Text Example


Text Example

White with #D8675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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