Html Css Color HEX #D96458 Roman

📋 copy color: '#D96458'

red 217 ◦ green 100 ◦ blue 88

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

Shades of Roman #D96458

Tints of Roman #D96458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 53.58%
G = 24.69%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96458 (or 0xD96458) is known color: Roman. HEX triplet: D9, 64 and 58. RGB value is (217,100,88). Sum of RGB (Red+Green+Blue) = 217+100+88=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D96458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96458 is #269BA7. Grayscale: #858585. Windows color (decimal): -2530216 or 5792985. OLE color: 5792985.

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

Color convert

RGB 217 100 88 -
CMYK 0 0.54 0.59 0.15
HSL 5.58º 0.63% 0.6% -
HSV(B) 5.58º 0.59% 0.85% -
XYZ 34.93 24.57 12.13 -
YUV 133.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 217 100 88 0 0.54 0.59 0.15 5.58 0.63 0.6
Hex D9 64 58 0 36 3B F 6 3F 3C
Octal 331 144 130 0 66 73 17 6 77 74
Binary 11011001 1100100 1011000 0 110110 111011 1111 110 111111 111100

Color Harmonies of #D96458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96458

Black with #D96458

Text Example


Text Example

White with #D96458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96458; }

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

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

background-color css

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

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

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

border-color css

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

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

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