Html Css Color HEX #D96258 Roman

📋 copy color: '#D96258'

red 217 ◦ green 98 ◦ blue 88

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

Shades of Roman #D96258

Tints of Roman #D96258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 53.85%
G = 24.32%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D96258 (or 0xD96258) is known color: Roman. HEX triplet: D9, 62 and 58. RGB value is (217,98,88). Sum of RGB (Red+Green+Blue) = 217+98+88=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D96258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96258 is #269DA7. Grayscale: #848484. Windows color (decimal): -2530728 or 5792473. OLE color: 5792473.

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

Color convert

RGB 217 98 88 -
CMYK 0 0.55 0.59 0.15
HSL 4.65º 0.63% 0.6% -
HSV(B) 4.65º 0.59% 0.85% -
XYZ 34.74 24.19 12.07 -
YUV 132.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 217 98 88 0 0.55 0.59 0.15 4.65 0.63 0.6
Hex D9 62 58 0 37 3B F 5 3F 3C
Octal 331 142 130 0 67 73 17 5 77 74
Binary 11011001 1100010 1011000 0 110111 111011 1111 101 111111 111100

Color Harmonies of #D96258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96258

Black with #D96258

Text Example


Text Example

White with #D96258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96258; }

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

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

background-color css

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

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

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

border-color css

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

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

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