Html Css Color HEX #D96B5B Roman

📋 copy color: '#D96B5B'

red 217 ◦ green 107 ◦ blue 91

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

Shades of Roman #D96B5B

Tints of Roman #D96B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 52.29%
G = 25.78%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D96B5B (or 0xD96B5B) is known color: Roman. HEX triplet: D9, 6B and 5B. RGB value is (217,107,91). Sum of RGB (Red+Green+Blue) = 217+107+91=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B5B is #2694A4. Grayscale: #8A8A8A. Windows color (decimal): -2528421 or 5991385. OLE color: 5991385.

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

Color convert

RGB 217 107 91 -
CMYK 0 0.51 0.58 0.15
HSL 7.62º 0.62% 0.6% -
HSV(B) 7.62º 0.58% 0.85% -
XYZ 35.76 26.02 13.04 -
YUV 138.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 217 107 91 0 0.51 0.58 0.15 7.62 0.62 0.6
Hex D9 6B 5B 0 33 3A F 8 3E 3C
Octal 331 153 133 0 63 72 17 10 76 74
Binary 11011001 1101011 1011011 0 110011 111010 1111 1000 111110 111100

Color Harmonies of #D96B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B5B

Black with #D96B5B

Text Example


Text Example

White with #D96B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B5B; }

 p { color: rgb(217,107,91); }

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

background-color css

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

 a { background-color: rgb(217,107,91); }

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

border-color css

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

 span { border-color: rgb(217,107,91); }

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