Html Css Color HEX #D96558 Roman

📋 copy color: '#D96558'

red 217 ◦ green 101 ◦ blue 88

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

Shades of Roman #D96558

Tints of Roman #D96558

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 53.45%
G = 24.88%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96558 (or 0xD96558) is known color: Roman. HEX triplet: D9, 65 and 58. RGB value is (217,101,88). Sum of RGB (Red+Green+Blue) = 217+101+88=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D96558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96558 is #269AA7. Grayscale: #868686. Windows color (decimal): -2529960 or 5793241. OLE color: 5793241.

HSL color Cylindrical-coordinate representation of color #D96558: hue angle of 6.05º degrees, saturation: 0.63, 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 #D96558 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 88 -
CMYK 0 0.53 0.59 0.15
HSL 6.05º 0.63% 0.6% -
HSV(B) 6.05º 0.59% 0.85% -
XYZ 35.03 24.76 12.17 -
YUV 134.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 217 101 88 0 0.53 0.59 0.15 6.05 0.63 0.6
Hex D9 65 58 0 35 3B F 6 3F 3C
Octal 331 145 130 0 65 73 17 6 77 74
Binary 11011001 1100101 1011000 0 110101 111011 1111 110 111111 111100

Color Harmonies of #D96558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96558

Black with #D96558

Text Example


Text Example

White with #D96558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96558; }

 p { color: rgb(217,101,88); }

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

background-color css

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

 a { background-color: rgb(217,101,88); }

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

border-color css

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

 span { border-color: rgb(217,101,88); }

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