Html Css Color HEX #D96959 Roman

📋 copy color: '#D96959'

red 217 ◦ green 105 ◦ blue 89

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

Shades of Roman #D96959

Tints of Roman #D96959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 52.8%
G = 25.55%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96959 (or 0xD96959) is known color: Roman. HEX triplet: D9, 69 and 59. RGB value is (217,105,89). Sum of RGB (Red+Green+Blue) = 217+105+89=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D96959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96959 is #2696A6. Grayscale: #888888. Windows color (decimal): -2528935 or 5859801. OLE color: 5859801.

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

Color convert

RGB 217 105 89 -
CMYK 0 0.52 0.59 0.15
HSL 7.5º 0.63% 0.6% -
HSV(B) 7.5º 0.59% 0.85% -
XYZ 35.47 25.58 12.52 -
YUV 136.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 217 105 89 0 0.52 0.59 0.15 7.5 0.63 0.6
Hex D9 69 59 0 34 3B F 8 3F 3C
Octal 331 151 131 0 64 73 17 10 77 74
Binary 11011001 1101001 1011001 0 110100 111011 1111 1000 111111 111100

Color Harmonies of #D96959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96959

Black with #D96959

Text Example


Text Example

White with #D96959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96959; }

 p { color: rgb(217,105,89); }

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

background-color css

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

 a { background-color: rgb(217,105,89); }

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

border-color css

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

 span { border-color: rgb(217,105,89); }

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