Html Css Color HEX #D8605F Roman

📋 copy color: '#D8605F'

red 216 ◦ green 96 ◦ blue 95

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

Shades of Roman #D8605F

Tints of Roman #D8605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

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

R = 53.07%
G = 23.59%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8605F (or 0xD8605F) is known color: Roman. HEX triplet: D8, 60 and 5F. RGB value is (216,96,95). Sum of RGB (Red+Green+Blue) = 216+96+95=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8605F is #279FA0. Grayscale: #838383. Windows color (decimal): -2596769 or 6250712. OLE color: 6250712.

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

Color convert

RGB 216 96 95 -
CMYK 0 0.56 0.56 0.15
HSL 0.5º 0.61% 0.61% -
HSV(B) 0.5º 0.56% 0.85% -
XYZ 34.57 23.79 13.6 -
YUV 131.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 216 96 95 0 0.56 0.56 0.15 0.5 0.61 0.61
Hex D8 60 5F 0 38 38 F 0 3D 3D
Octal 330 140 137 0 70 70 17 0 75 75
Binary 11011000 1100000 1011111 0 111000 111000 1111 0 111101 111101

Color Harmonies of #D8605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8605F

Black with #D8605F

Text Example


Text Example

White with #D8605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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