Html Css Color HEX #D96457 Roman

📋 copy color: '#D96457'

red 217 ◦ green 100 ◦ blue 87

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

Shades of Roman #D96457

Tints of Roman #D96457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.53%

R = 53.71%
G = 24.75%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96457 (or 0xD96457) is known color: Roman. HEX triplet: D9, 64 and 57. RGB value is (217,100,87). Sum of RGB (Red+Green+Blue) = 217+100+87=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D96457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96457 is #269BA8. Grayscale: #858585. Windows color (decimal): -2530217 or 5727449. OLE color: 5727449.

HSL color Cylindrical-coordinate representation of color #D96457: hue angle of 6º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96457 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 87 -
CMYK 0 0.54 0.60 0.15
HSL 0.63% 0.6% -
HSV(B) 0.6% 0.85% -
XYZ 34.89 24.55 11.92 -
YUV 133.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 217 100 87 0 0.54 0.60 0.15 6 0.63 0.6
Hex D9 64 57 0 36 3C F 6 3F 3C
Octal 331 144 127 0 66 74 17 6 77 74
Binary 11011001 1100100 1010111 0 110110 111100 1111 110 111111 111100

Color Harmonies of #D96457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96457

Black with #D96457

Text Example


Text Example

White with #D96457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96457; }

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

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

background-color css

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

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

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

border-color css

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

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

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