Html Css Color HEX #D96260 Roman

📋 copy color: '#D96260'

red 217 ◦ green 98 ◦ blue 96

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

Shades of Roman #D96260

Tints of Roman #D96260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 52.8%
G = 23.84%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D96260 (or 0xD96260) is known color: Roman. HEX triplet: D9, 62 and 60. RGB value is (217,98,96). Sum of RGB (Red+Green+Blue) = 217+98+96=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D96260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96260 is #269D9F. Grayscale: #858585. Windows color (decimal): -2530720 or 6316761. OLE color: 6316761.

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

Color convert

RGB 217 98 96 -
CMYK 0 0.55 0.56 0.15
HSL 0.99º 0.61% 0.61% -
HSV(B) 0.99º 0.56% 0.85% -
XYZ 35.09 24.33 13.91 -
YUV 133.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 217 98 96 0 0.55 0.56 0.15 0.99 0.61 0.61
Hex D9 62 60 0 37 38 F 1 3D 3D
Octal 331 142 140 0 67 70 17 1 75 75
Binary 11011001 1100010 1100000 0 110111 111000 1111 1 111101 111101

Color Harmonies of #D96260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96260

Black with #D96260

Text Example


Text Example

White with #D96260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96260; }

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

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

background-color css

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

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

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

border-color css

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

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

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