Html Css Color HEX #D96153 Roman

📋 copy color: '#D96153'

red 217 ◦ green 97 ◦ blue 83

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

Shades of Roman #D96153

Tints of Roman #D96153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 54.66%
G = 24.43%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D96153 (or 0xD96153) is known color: Roman. HEX triplet: D9, 61 and 53. RGB value is (217,97,83). Sum of RGB (Red+Green+Blue) = 217+97+83=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D96153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96153 is #269EAC. Grayscale: #838383. Windows color (decimal): -2530989 or 5464537. OLE color: 5464537.

HSL color Cylindrical-coordinate representation of color #D96153: hue angle of 6.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D96153 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 83 -
CMYK 0 0.55 0.62 0.15
HSL 6.27º 0.64% 0.59% -
HSV(B) 6.27º 0.62% 0.85% -
XYZ 34.45 23.93 10.99 -
YUV 131.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 217 97 83 0 0.55 0.62 0.15 6.27 0.64 0.59
Hex D9 61 53 0 37 3E F 6 40 3B
Octal 331 141 123 0 67 76 17 6 100 73
Binary 11011001 1100001 1010011 0 110111 111110 1111 110 1000000 111011

Color Harmonies of #D96153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96153

Black with #D96153

Text Example


Text Example

White with #D96153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96153; }

 p { color: rgb(217,97,83); }

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

background-color css

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

 a { background-color: rgb(217,97,83); }

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

border-color css

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

 span { border-color: rgb(217,97,83); }

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