Html Css Color HEX #D96655 Roman

📋 copy color: '#D96655'

red 217 ◦ green 102 ◦ blue 85

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

Shades of Roman #D96655

Tints of Roman #D96655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 53.71%
G = 25.25%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96655 (or 0xD96655) is known color: Roman. HEX triplet: D9, 66 and 55. RGB value is (217,102,85). Sum of RGB (Red+Green+Blue) = 217+102+85=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D96655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96655 is #2699AA. Grayscale: #868686. Windows color (decimal): -2529707 or 5596889. OLE color: 5596889.

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

Color convert

RGB 217 102 85 -
CMYK 0 0.53 0.61 0.15
HSL 7.73º 0.63% 0.59% -
HSV(B) 7.73º 0.61% 0.85% -
XYZ 35.01 24.91 11.56 -
YUV 134.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 217 102 85 0 0.53 0.61 0.15 7.73 0.63 0.59
Hex D9 66 55 0 35 3D F 8 3F 3B
Octal 331 146 125 0 65 75 17 10 77 73
Binary 11011001 1100110 1010101 0 110101 111101 1111 1000 111111 111011

Color Harmonies of #D96655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96655

Black with #D96655

Text Example


Text Example

White with #D96655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96655; }

 p { color: rgb(217,102,85); }

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

background-color css

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

 a { background-color: rgb(217,102,85); }

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

border-color css

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

 span { border-color: rgb(217,102,85); }

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